Hi, Within the entry element there is a id element where contains the unique id representing the event, the id would look like something like this -
http://www.google.com/calendar/feeds/[CAL_ID]/[VISIBILITY]/[PROJECTION] CAL_ID is what you want to parse out to identify which calendar it belongs to, this is the same id you would find when you go into the calendar UI interface and look up the calendar ID through setting. Note that CAL_ID can also be 'default' which represents the default id of your account (your google login), which is your primary calendar. Hope it helps, Austin On Jan 16, 2008 2:47 PM, kelt <[EMAIL PROTECTED]> wrote: > > Hey, > > is there a way how to tell from an EventEntry to which CalendarEntry > it belongs? The thing is I get all my calendars, get all events from > them all and everything I save on the disk. Next time I read from the > disk instead of downloading data again. What I want to achieve is to > have my events in the same color as they appear on web. > > Is there an ID of a calendar buried somewhere in the EventEntry I can > look it up with? > > Thanx > > kelt > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
