Closed GoogleCodeExporter closed 8 years ago
I see you are using an old version of the client library, the latest one is
1.8.0.0, please update your local version.
Why are you specifying an eventId to retrieve a feed of events?
The endpoint to retrieve events doesn't include the eventId.
Original comment by ccherub...@google.com
on 14 Jun 2011 at 1:15
Will try 1.8.0.0.
As to you question above:
I wish to retrieve an EventEntry by eventId, so code above continues with:
if (myResultsFeed.Entries.Count > 0) eventEntry =
(EventEntry)myResultsFeed.Entries[0]; else ..not found..
I could not find a method in help docs to retrieve a single EventEntry by
eventId more efficiently.
Any suggestions here ?
Original comment by Compan...@gmail.com
on 15 Jun 2011 at 6:25
The way to retrieve a single event with the Calendar service is correct.
Please let me know if updating to the new version of the library fixed the main
issue.
Original comment by ccherub...@google.com
on 15 Jun 2011 at 10:57
Original comment by ccherub...@google.com
on 1 Aug 2011 at 6:05
Original issue reported on code.google.com by
Compan...@gmail.com
on 14 Jun 2011 at 12:56