6 Oct
2008
6 Oct
'08
10:53 p.m.
Hi Ben, --On October 6, 2008 3:50:13 PM -0700 Ben Mills <millsb@reanstudios.com> wrote:
I'd like to create new events on the calendar server for a group via my web application. Is there a way to create events in the calendar server via the command-line or PHP or Ruby on Rails? I've been searching for caldav implementations but have yet to get anything to create events on calendar server.
All you have to do to create an event is do an HTTP PUT with the event data in the body of the request and target the request at a new child of a calendar collection. There are examples of this in RFC 4791. -- Cyrus Daboo