[Calendar and Contacts Server] #459: server should advertise support for extended-mkcol in the Dav header
#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: -----------------------------+---------------------------------------------- It's supported and clients that support it will fall back to the MKCALENDAR method if it's missing. the spec is in the doc directory. -- Ticket URL: <http://trac.calendarserver.org/ticket/459> Calendar and Contacts Server </> HTTP/WebDAV/CalDAV Server
#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 rob@…): tested with http://boxacle.net/jqcaldav/ commit d52221e6bd49efa9e13cbeca92cf48d7e484cab3 make the if statement on line 1093 of jquery-dav.js return true to test -- Ticket URL: <http://trac.calendarserver.org/ticket/459#comment:1> Calendar and Contacts Server </> HTTP/WebDAV/CalDAV Server
#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
#459: server should advertise support for extended-mkcol in the Dav header -------------------------------+-------------------------------------------- Reporter: rob@… | Owner: wsanchez@… Type: Defect | Status: closed Priority: 2: Expected | Milestone: Component: Calendar Server | Severity: Other Resolution: Software changed | Keywords: Radar: | -------------------------------+-------------------------------------------- Changes (by cdaboo@…): * status: new => closed * resolution: => Software changed Comment: Fixed in r7817 -- Ticket URL: <http://trac.calendarserver.org/ticket/459#comment:3> Calendar and Contacts Server </> HTTP/WebDAV/CalDAV Server
participants (1)
-
Calendar and Contacts Server