Sun Java System Calendar Server 6.3 WCAP Developer's Guide

Example

For example, this URL would call storeevents.wcap and would result in storing an event in the calendar john,

http://calendarserver/storeevents.wcap
                     ?id=3423423asdfasf
                     &calid=john
                     &dtstart=20020101T103000
                     &dtend=20020101T113000&uid=001
                     &summary=new%20year%20event

The above example results in the following entry in an iCalendar database:

BEGIN:VEVENT
 DTSTART:20020101T183000Z
 DTEND:20020101T193000Z
 UID:001
 SUMMARY:new year event
 END:VEVENT