The problem is not that I get all events for all calendars. The problem is that I get all events for all calendars in every single eventsfeed. What ends up happening is that, as I loop through the calandar eventfeeds, I end up getting duplicate entries. The problem with this is that I would like to distinguish between the events from the different feeds. This is imposible at the moment for me, as all events appear in all feeds.
Ralfe On Apr 21, 10:39 pm, "Ray Baxter" <[EMAIL PROTECTED]> wrote: > On Mon, Apr 21, 2008 at 2:34 AM, ralfe <[EMAIL PROTECTED]> wrote: > > > Hi, > > > Thank you for replying again. My problem is that even if I use that > > code and specify the feed url, it still returns the events for all > > calendars. Does anyone know why this happens? > > If you are using the code that you originally posted in this thread, it > specifically retrieves the events for all calendars. > > > > > > > > /** > > > > > > > > * This function retrieves events for all calendars > > > > > > > > * > > > > > > > > * @param date $start_date Starting date for the > > events to > > > > > > retrieve > > > > > > > > * @param date $end_date Ending date for the events to > > > > > > retrieve > > > > > > > > */ > > You need to modify the code that Austin linked to, changing the outputCalendar > function so that you pass the url or query object to getCalendarEventFeed. > > Ray --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
