Hello,
I get calendar list using following code:

FeedQuery query = new FeedQuery();
query.Uri = new Uri("http://www.google.com/calendar/feeds/default";);

AtomFeed calFeed = service.Query(query);
EventFeed e = service.Query(query);

for (int i = 0; i < calFeed.Entries.Count; i++)
{

}
How can I get a calendar visibility? (public/private)

Thanks!



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Calendar Data API" group.
To post to this group, send email to 
[email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/google-calendar-help-dataapi?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to