Support for CalDAV MKCALENDAR / DAV MKCOL Verbs.
Hello!
I am developing a calendaring application that interfaces with CalDAV servers.
One of the requirements is to be able to programmatically create a new calendar within the user's area where their calendar resides. On other CalDAV implementations I can do this with a MKCALENDAR or MKCOL Method.
When I try this on Zoho however, I get an HTTP 501 Not Implemented response.
Is there any way to programmatically create a new Zoho user calendar (with or without CalDAV) via a web method?
Thanks,
Mark Delano