Not sure if I'm doing something wrong, but I haven't been able to
schedule an event using the outbox. This is what I'm doing.

1. Send the following request via POST query to the outbox. Set the
appropriate Originator and Recipient headers.

BEGIN:VCALENDAR

PRODID:-//Mozilla.org/NONSGML Mozilla Calendar V1.1//EN

VERSION:2.0

METHOD:REQUEST

BEGIN:VTIMEZONE

TZID:Europe/Berlin

X-LIC-LOCATION:Europe/Berlin

BEGIN:DAYLIGHT

TZOFFSETFROM:+0100

TZOFFSETTO:+0200

TZNAME:CEST

DTSTART:19700329T020000

RRULE:FREQ=YEARLY;INTERVAL=1;BYDAY=-1SU;BYMONTH=3

END:DAYLIGHT

BEGIN:STANDARD

TZOFFSETFROM:+0200

TZOFFSETTO:+0100

TZNAME:CET

DTSTART:19701025T030000

RRULE:FREQ=YEARLY;INTERVAL=1;BYDAY=-1SU;BYMONTH=10

END:STANDARD

END:VTIMEZONE

BEGIN:VEVENT

CREATED:20080822T083032Z

LAST-MODIFIED:20080822T083034Z

DTSTAMP:20080822T083034Z

UID:32139dde-a25b-49e0-ae8c-127954eb09b4

SUMMARY:New Event

STATUS:CONFIRMED

CLASS:PRIVATE

ORGANIZER;RSVP=FALSE;CN=Philipp Kewisch:mailto:[EMAIL PROTECTED]

ATTENDEE;RSVP=TRUE;CN=Philipp Kewisch;PARTSTAT=NEEDS-ACTION;

 CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;X-NUM-GUESTS=0:mailto:

 [EMAIL PROTECTED]

DTSTART;TZID=Europe/Berlin:20080820T120000

DTEND;TZID=Europe/Berlin:20080820T130000

SEQUENCE:0

TRANSP:OPAQUE

END:VEVENT

END:VCALENDAR



The result is a 200 status code without any content. Is this a bug, or
is my query incorrect?

I would expect a response with a CALDAV:schedule-response element,
which contains response elements, see
http://tools.ietf.org/html/draft-desruisseaux-caldav-sched-03#section-6.1.4


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