[CalendarServer-users] Create Calendar Events - Web App

Cyrus Daboo cdaboo at apple.com
Mon Oct 6 15:53:35 PDT 2008


Hi Ben,

--On October 6, 2008 3:50:13 PM -0700 Ben Mills <millsb at 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



More information about the calendarserver-users mailing list