Hi,

I am trying to add a recurring event thru a VB code using the
following syntax

"<entry xmlns='http://www.w3.org/2005/Atom'  " & _
"xmlns:gd='http://schemas.google.com/g/2005'> " & _
"<category scheme='http://schemas.google.com/g/2005#kind'
term='http://schemas.google.com/g/2005#event'></category>" & _
"<title type='text'>Tuesday Tennis Lessons with Jane</title>" & _
"<content type='text'>Meet on Tuesdays for a quick lesson.</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='Rolling Lawn Courts'></gd:where>" & _
"<gd:recurrence>DTSTART;VALUE=DATE:20090708T060000Z DTEND;VALUE=DATE:
20090708T063000Z RRULE:FREQ=WEEKLY;BYDAY=WE;UNTIL=20091201</
gd:recurrence>" & _
"</entry>"

this successfully adds teh event however the issues are

1. it is always shown as a all day event, despite setting the time
2. altough it does show as a recurring event , however i am not able
to see the recurring event in the calendar.

I have already read teh specs couple of times or more but unable to
solve the issue :(, Please let me know if i am missing something.

Vivek

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