I am syncing google calendar with my application using java. in recurrence I am sending this XML from application :
DTSTART;VALUE=DATE:20111114 DTEND;VALUE=DATE:20111115 RRULE:FREQ=DAILY;COUNT=10 BEGIN:VTIMEZONE TZID:Asia/Calcutta X-LIC-LOCATION:Asia/Calcutta BEGIN:STANDARD TZOFFSETFROM:+0530 TZOFFSETTO:+0530 TZNAME:IST DTSTART:19700101T000000 END:STANDARD END:VTIMEZONE but when I try to get it from google then I get only: DTSTART;VALUE=DATE:20111114 DTEND;VALUE=DATE:20111115 RRULE:FREQ=DAILY;COUNT=10 is there any error in my xml or any key which is reuired to get it correctly from google? Please help me in this regards,very urgent -- 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 google-calendar-help-dataapi@googlegroups.com To unsubscribe from this group, send email to google-calendar-help-dataapi+unsubscr...@googlegroups.com For more options, visit this group at http://code.google.com/apis/calendar/community/forum.html