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