I'm a Google Calendar API newbie who just inherited some Java code
that returns events. The way the code is written, it returns recurring
events as single events. However, since the goal is to show our users
a list of upcoming appointments, I need to see those as separate
events.

Whilst browsing the data API documentation, I came across
http://code.google.com/apis/calendar/docs/2.0/reference.html#Parameters,
which mentions two relevant-looking properties: recurrence-expansion-
start, recurrence-expansion-end and singleevents.

Can someone point me in the right direction for passing those
properties to Google. I'm guessing I somehow need to add those
properties to the query that I'm passing to the ScheduleService? N'est
ce pas?

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

Reply via email to