I've found the main issue, but I can't find a work-around for it.

The main issue is that the ID that the Calendar Sidebar Gadget API (
google.calendar.event.id<http://code.google.com/apis/calendar/gadgets/sidebar/#calendar.event>)
 
issues an event is *NOT* the same as the ID that the GData JavaScript API 
2.2 
(google.gdata.calendar.CalendarEventEntry.getId<http://code.google.com/apis/gdata/jsdoc/2.2/google/gdata/calendar/CalendarEventEntry.html>)
 
issues.

Now, I know that I need to get the ID given by GData, because that's the 
event I'm trying to access. Unfortunately, I only have access to the 
google.calendar.event fields. Is there any way I can get the ID of the 
CalendarEventEntry without actually having it beforehand?

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://code.google.com/apis/calendar/community/forum.html

Reply via email to