[CalendarServer-dev] [CalendarServer] #300: Add support for ifb (VFREEBUSY) files via GET

CalendarServer trac at macosforge.org
Mon Jul 28 11:08:01 PDT 2008


#300: Add support for ifb (VFREEBUSY) files via GET
-------------------------------+--------------------------------------------
 Reporter:  helge at zideone.com  |       Owner:  wsanchez at apple.com
     Type:  Enhancement        |      Status:  new               
 Priority:  5: Not set         |   Milestone:                    
Component:  Calendar Server    |     Version:                    
 Severity:  Other              |    Keywords:                    
-------------------------------+--------------------------------------------
 CalendarServer currently does not support retrieving regular VFREEBUSY
 (.vfb, .ifb) resources via a regular HTTP GET.

 Support for GETable freebusy files would be very helpful since almost any
 calendar client (including Outlook) already supports that.

 My suggestion is to add a virtual 'freebusy.ifb' resource below each
 calendar _and_ one below each principal. Example:

 {{{
   /users/user01/calendar/freebusy.ifb
   /principals/__uids__/user01/freebusy.ifb
 }}}

 Another option would be
 {{{
   /users/user01/calendar.ifb
 }}}

 It would be very good for caching if the resources would have an etag. Eg
 in the case of calendar collection freebusy resources that could be
 derived from the collections ctag.

-- 
Ticket URL: <https://trac.calendarserver.org/ticket/300>
CalendarServer </>
HTTP/WebDAV/CalDAV Server


More information about the calendarserver-dev mailing list