I am sending this information as recurrence data to the Python API.
DTSTART;VALUE=DATE:20060904T140000
DTEND;VALUE=DATE:20060904T170000
RRULE:FREQ=WEEKLY;UNTIL=20061112T190000Z;INTERVAL=1;BYDAY=MO,
WE;WKST=SU
The only difference between this and several other events is that in
this one BYDAY has 2 values, comma seperated, which is allowed by the
iCal standard. Am I doing something else wrong that would keep google
from parsing this?
It dumps:
gdata.service.RequestError: {'status': 400, 'body': 'Failed to process
recurrence rule', 'reason': 'Bad Request'}
And I can't figure out why. Is this a legit flaw or should I just
break it into 2 appointments for, 1 for each day?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---