Thanks Ryan

I'm using .Net with a full feed. specifying a start end date range.

>all day recurring appointments have start and end times array set with all
> the start/end times of all the recurring appointments in a random
> order!

I used the datetime from the recurrence rule instead of feed
start/endtimes to work out the date of a all day recurring appointment
so I managed to work around this problem.

> Also when I create a recurring appointment through the API it only
> shows the first appointment in Google Calendar. If i click it it tells
> me the recurrence in the when field but will only show it on the
> calendar if I click the until date field and click save. (Wierd no?)

This is still happening but I have narrowed this down tho all day
recurring appointments too. below is a sample of the recurrence i'm
setting:

DTSTART;VALUE=DATE:20061114
DTEND;VALUE=DATE:20061114
RRULE:FREQ=DAILY;INTERVAL=1;UNTIL=20061117T235959
BEGIN:VTIMEZONE
TZID:Europe/London
X-LIC-LOCATION:Europe/London
BEGIN:DAYLIGHT
TZOFFSETFROM:+0000
TZOFFSETTO:+0100
TZNAME:BST
DTSTART:19700329T010000
RRULE:FREQ=YEARLY;BYMONTH=3;BYDAY=-1SU
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:+0100
TZOFFSETTO:+0000
TZNAME:GMT
DTSTART:19701025T020000
RRULE:FREQ=YEARLY;BYMONTH=10;BYDAY=-1SU
END:STANDARD
END:VTIMEZONE

if you spot anything wrong with that let me know. I'm working on
recurrence exceptions at the moment so I'll go back and have a look a
solving this problem again sometime soon so any advice greatly
appreciated. 

MPH
http://www.toffa.com


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