I'm trying to do something similar but in Python: Basically I want to get information about the next few events that will occur in a specific calendar - I can query the calendar feed and get a list of events in the order they were added to the calendar but what I really want is a list of events in the order they are going to happen.
I'm also confused about the meaning for the word 'Event' - is a recurring event just one event or a series of events according to Google Calendar? Any ideas? Thanks On Apr 4, 4:38 am, Dave Pederson <[EMAIL PROTECTED]> wrote: > Hello- > > I just started using the google calendar api (Java). It seems easy to > get a list of my calendars and events individually, but how how I only > get events for a specific calendar? > > It seems like there should be methods such as calendar.getEvents() or > event.getCalendar(), but I don't see them. > > Thanks, > > -Dave --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
