On Apr 29, 6:27 pm, Damon <[EMAIL PROTECTED]> wrote: > A calendar event can have multiple entries for when it occurs, > according tohttp://code.google.com/apis/gdata/elements.html#gdEventKind
Interesting. According to the typographic conventions on that page the * next to gd:when is an optional element of which multiple instances are allowed, but I've searched for all mentions of gd:when on that page, in the calendar API documentation, and in my calendar feeds and I don't see any mentions or examples of an event having multiple gd:when elements, except for recurrence exceptions (where they are nested inside a gd:originalEvent element.) Moreover, if I attempt to create an event in the calendar API with multiple gd:when elements, the event is created, but only the first gd:when element in the data is used. The post returns without any errors, but there is only a single occurrence of the event, and the event is created on the date and time corresponding to the first gd:when element in the data. It is possible that some other GData API has a plan for using multiple gd:when elements in the future, but the calendar API doesn't seem to. Questions particular to the calendar API can be directed here: http://groups.google.com/group/google-calendar-help-dataapi Ray --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google 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-help-dataapi?hl=en -~----------~----~----~----~------~----~------~--~---
