Hi,

I'm trying to load the comment but I'm not getting any results back.
I'm using the following code to retrieve the comments.

CalendarService service = new CalendarService(application);
service.setUserCredentials(_username, _password);

// where str is uri return from the EventFeed. ex -
//http://www.google.com/calendar/feeds/default/private/full/
q0hkubbtq1tamngabau4dbspac/comments
EventFeed f = service.Query(new FeedQuery(str)) as EventFeed
StringBuilder buf = new StringBuilder();
foreach(EventEntry entry1 in f.Entries)
            buf.Append(entry1.Comments.ToString());
return buf.ToString();

Please let me know the exact code to get the comments.
I'm able to update the comment without any problem.

Thanks
Raj
--~--~---------~--~----~------------~-------~--~----~
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