View Single Post
  #2 (permalink)  
Old 07-08-2009, 06:40 PM
Rich Graves Rich Graves is offline
Outstanding Member
 
Posts: 708
Default

Your entire calendar can be accessed read/write via a url like https://mail.example.com/home/dcorbe...lendar?fmt=ics

Actually implementing caldav is a wee bit more complicated.

Useful definitions: iCalendar is just a data format. libical can read and write that format. CalDAV is a complicated set of protocols for multiuser manipulation of iCalendar data over a network. MacOS Leopard included the first mainstream implementation of same. libcaldav supports some subsets of CalDAV.

Last edited by Rich Graves; 07-08-2009 at 06:56 PM..
Reply With Quote