Hi all,

I'm developing a gadget for Google Calendar, using the JavaScript Calendar 
Sidebar Gadget API as well as the standard GData Calendar API. In this 
gadget, I have a callback function registered to 
google.calendar.read.subscribeToEvents() which would check the 
ExtendedProperties of the event. However, there's some problems with mixing 
the two API's that I've run in to.

subscribeToEvents() passes a google.calendar.event to the callback function, 
which does not contain the ExtendedProperties. It does, though, have an 
event ID. What I'm aiming to do is take this event ID 
(google.calendar.event.id), append it to the string 
"http://www.google.com/calendar/feeds/default/private/full/";, and put that 
into calendarService.getCalendarEventEntry(eventURI, callback, err_callback) 
to get the CalendarEventEntry, which will have the ExtendedProperty on it.

However, I'm running into some problems. When calling getCalendarEventEntry 
with that eventURI, I get back an Error 404. I can't figure out whether I've 
formatted the URL incorrectly, or if there's some properties that need to be 
changed before I can request the event, or what.

If there's anything you think you can help with, please let me know! I'm 
pretty stuck here, and I'd gratefully appreciate any help possible.

-- 
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