Hi

I'm trying to load the comment but I'm not getting any comments back
while the title for comment is correct. I'm using the following code
to retrieve the comments.

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


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

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