#459: server should advertise support for extended-mkcol in the Dav header
-----------------------------+----------------------------------------------
 Reporter:  rob@…            |       Owner:  wsanchez@…        
     Type:  Defect           |      Status:  new               
 Priority:  2: Expected      |   Milestone:                    
Component:  Calendar Server  |    Severity:  Other             
 Keywords:                   |       Radar:                    
-----------------------------+----------------------------------------------

Comment(by mail@…):

 I just had a look at the header my CalendarServer produces:

 {{{
 DAV     1, access-control, calendar-access, calendar-schedule, calendar-
 auto-schedule, calendar-availability,
 inbox-availability, calendar-proxy, calendarserver-private-events,
 calendarserver-private-comments,
 calendarserver-sharing, calendarserver-sharing-no-scheduling, calendar-
 query-extended,
 calendarserver-principal-property-search
 }}}

 the jqcaldav code checks for the following:
 {{{
                        if ( /extended-mkcol/.test (
 $.fn.caldav.serverSupports ) )
 }}}

-- 
Ticket URL: <http://trac.calendarserver.org/ticket/459#comment:2>
Calendar and Contacts Server </>
HTTP/WebDAV/CalDAV Server
_______________________________________________
calendarserver-dev mailing list
calendarserver-dev@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/calendarserver-dev

Reply via email to