|
|
Re: Recurrence problem: msg#00164
|
Subject: |
Re: Recurrence problem |
Did you, just for the fun of it, look at the xml output of the java/c# libraries for recurrance to compare that? I am not an ical expert (i heard some exist though ...), because i would guess it's probably the recurrance contents..
I was just about to write a long mail about what you can try, when i realized i can try it myself in the same amount of time it takes me to write it down... So i took your recurrance event and tried to use the C# libs to post it to my test account.
Here is the insert: <?xml version="1.0" encoding="utf-8"?> <entry xmlns="http://www.w3.org/2005/Atom" xmlns:gd="
http://schemas.google.com/g/2005"> <gd:who rel="http://schemas.google.com/g/2005#event.organizer" valueString="
fmantek@xxxxxxxxxx"> <gd:attendeeStatus value="event.accepted" /> </gd:who> <gd:where valueString="A really nice place" /> <gd:recurrence>DTSTART;TZID=America/Los_Angeles:20060314T060000
DURATION:PT3600S RRULE:FREQ=DAILY;UNTIL=20060321T220000Z BEGIN:VTIMEZONE TZID:America/Los_Angeles X-LIC-LOCATION:America/Los_Angeles BEGIN:STANDARD TZOFFSETFROM:-0700 TZOFFSETTO:-0800 TZNAME:PST
DTSTART:19671029T020000 RRULE:FREQ=YEARLY;BYMONTH=10;BYDAY=-1SU END:STANDARD BEGIN:DAYLIGHT TZOFFSETFROM:-0800 TZOFFSETTO:-0700 TZNAME:PDT DTSTART:19870405T020000 RRULE:FREQ=YEARLY;BYMONTH=4;BYDAY=1SU
END:DAYLIGHT END:VTIMEZONE </gd:recurrence> <title type="text">New recurring event4462146a-6905-4ee7-9d34-f184252ffce9</title> <author> <name>John Doe#%ΠΣ</name>
<email>JohnDoe@xxxxxxxxxxx</email> </author> <category term="http://schemas.google.com/g/2005#event
" scheme="http://schemas.google.com/g/2005#kind" /> <category term="Defaultϑ Term" label="Default" /> <content>this is the default text entry</content>
<updated>2006-08-29T10:56:58+02:00</updated> <published>2001-11-20T22:30:00+01:00</published> </entry>
So this worked fine for me and was echoed back correctly by the insert operation. If you get a 404, is there any other text in the page (like a parser error indicating that you might have an element missing or too much?).
I would start removing/adding xml elements from your post so that it fits my post, see if that works. If that works, add your elements until you find what breaks. Report back :)
Frank Mantek
On 8/29/06, schlitt@xxxxxxxxx <schlitt@xxxxxxxxx> wrote:
Hi Frank!
Frank Mantek wrote:
> Sorry to jump in that late:
> a) what language are you using?
I'm using PHP.
> b) just to clarify: can you submit any recurring events? Or is just this one
> failing?
In general I can add entries, but so far I failed to add recurring events.
Regards, Toby
--~--~---------~--~----~------------~-------~--~----~
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@xxxxxxxxxxxxxxxx To unsubscribe from this group, send email to google-calendar-help-dataapi-unsubscribe@xxxxxxxxxxxxxxxx For more options, visit this group at http://groups.google.com/group/google-calendar-help-dataapi -~----------~----~----~----~------~----~------~--~---
|
| |