Ticket #262 (new Bug)
PROPFIND Method used in WebDav calendar sync (CalDav command)
| Reported by: | gessel | Owned by: | Cyrus Daboo |
|---|---|---|---|
| Priority: | minor | Milestone: | unassigned |
| Component: | Application | Version: | v4.0.8 |
| Severity: | Serious | Keywords: | |
| Cc: | Operating System: | All | |
| OS Version: |
Description
Having set up a WebDAV calendar sever for scheduleworld.com, and then attempting to create a calendar in the account results in:
"Could not list calendars:Method PROPFIND is not defined in RFC2068 and is not supported by the Servlet API."
adding a calendar hierarchy yields "Could not create calendar:Method MKCOL is not defined in RFC 2068 and is not supported by the Servlet API"
Attempting to expand the hierarchy yields the "Could not list calendars:Method PROPFIND is not defined in RFC2068 and is not supported by the Servlet API." error
Attempting to create a calendar in the folder yields a "Could not create calendar:HTTP method PUT is not supported by this URL" error
Shouldn't MKCOL and PROPFIND be CalDAV but not WebDAV?
This may be a dumb qustion, but have you double-checked that your calendar account in Mulberry is a WebDAV account and not a CalDAV one? I have only fooled around with this stuff, so I can't really help you ...