Hi, When posting following recurring event:
<?xml version='1.0' encoding='UTF-8'?><feed xmlns='http://www.w3.org/ 2005/Atom' xmlns:batch='http://schemas.google.com/gdata/batch' xmlns:gCal='http://schemas.google.com/gCal/2005' ><category scheme='http://schemas.google.com/g/2005#kind' term='http:// schemas.google.com/g/2005#event'></category> <entry xmlns='http://www.w3.org/2005/Atom' xmlns:gd='http:// schemas.google.com/g/2005'> <batch:id>25</batch:id> <batch:operation type='insert' /> <category scheme='http://schemas.google.com/g/2005#kind' term='http:// schemas.google.com/g/2005#event'> </category> <title type='text'>foobar</title> <content type='text'></content> <gd:transparency value='http://schemas.google.com/g/ 2005#event.opaque'></gd:transparency> <gd:eventStatus value='http://schemas.google.com/g/ 2005#event.confirmed'></gd:eventStatus> <gd:where valueString=''></gd:where> <gd:recurrence>DTSTART;VALUE=DATE:20080420 DTEND;VALUE=DATE:20080420 RRULE:FREQ=YEARLY;WKST=MO;UNTIL=21001231T000000;INTERVAL=1 </gd:recurrence> <gd:extendedProperty name='SymbianCalLocalUID' value='982' /> <gd:extendedProperty name='SymbianCalGlobalUID' value='P7FQc24W4EE5l818X2GVU1' /> </entry> </feed> it seems that only first instance is visible on calendar view (UI) but when clicking "edit event details" recurring event looks like correctly set. If I save event again (click some check box on and off to trigger modification and hit "save"), recurring event is now correctly shown in UI (all the instances are visible). Any ideas what could be the problem? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
