Does anyone know how do get the “show me” value using Google .NET API? I know how to get mosts of the EventEntry details I just cant get this one out.
it is the one highlighted on the image below

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I did a direct request to the calendar atom feed after changing that value for an event to see what element changed in the event xml and it looks like it is the Transparency element. Looking at the source for the .net google data api client library shows that it is accessible through the EventEntry.EventTransparency property.