On Wed, Dec 10, 2008 at 7:35 AM, Travis <[email protected]> wrote: > > 1. I created a new Google user and scheduled an event on the default > calendar with a reminder. Then use the .Net API to find the event and > all the reminders. No problem - thanks Ray for the pointer. > > 2. I create a second calendar for that user and point the same code > used in 1. above at the private XML feed URL for this new calendar. I > see the event no problem, but no reminders are to be found. > > I notice the structure of the XML URL for the second feed is quite a > bit different. > > http://www.google.com/calendar/feeds/[email protected]/private-md5hash/basic > > http://www.google.com/calendar/feeds/[email protected]/private-md5hash/basic > > Are reminders handled differently for additional calendars held under > an account, and if so, how do i find them? > > Travis
Travis, Try replacing 'basic' with 'full' in the above URLs and let us know if it makes a difference. The 'basic' projection removes all of the Atom extensions (like gd and gCal), which would include gd:reminder. -- Trevor Johns --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
