phungthaihoa / google-gdata

Automatically exported from code.google.com/p/google-gdata
0 stars 0 forks source link

Can't find event description #675

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.foreach (EventEntry evententry in calFeed.Entries)
2.no evententry.Description is found

What is the expected output? What do you see instead?
I can't seem to find the event description when going through the event feed.

What version of the product are you using? On what operating system?
2.2.0

Please provide any additional information below.

Original issue reported on code.google.com by angelaro...@gmail.com on 11 Dec 2013 at 11:39

GoogleCodeExporter commented 8 years ago
I'd recommend updating to the Calendar API v3, the one you are using is 
deprecated.
More information at https://developers.google.com/google-apps/calendar/, please 
note that Calendar API v3 is supported by another library: 
https://code.google.com/p/google-api-dotnet-client/

Original comment by ccherub...@google.com on 11 Dec 2013 at 11:43