hi.

don't know which language you use but take a look at the source of outlookcaldavsynchronizer it's built in c#.
https://github.com/aluxnimm/outlookcaldavsynchronizer

i have never tried to integrate any type of "dav" so just a place to start it might give you some hints and ideas

Regards

Den 17-12-2015 kl. 23:30 skrev [email protected]:
I maintain an application that syncs calendar data, and I am trying to add
support for Sogo.  However it seems to me that Sogo does not support CalDav
the way that other servers do.  Specifically, I am trying to issue the
REPORT command with the following XML:

<?xml version=\"1.0\" encoding=\"utf-8\" ?>
<card:addressbook-query xmlns:d=\"DAV:\" xmlns:card=
\"urn:ietf:params:xml:ns:carddav\">
d:prop>
<d:getetag />
<card:address-data>
</card:address-data>
</d:prop>
<card:filter>
<card:prop-filter name=\"FN\">
</card:prop-filter>
</card:filter>
</card:addressbook-query>

I am using the URL:
https://wm.any.hu/SOGo/dav/[email protected]/Calendar/personal

With other servers, this gets me a response containing all events in a
single .ics file.  Sogo gives me only:

<?xml version="1.0" encoding="utf-8"?>
<D:multistatus xmlns:D="DAV:" xmlns:C="urn:ietf:params:xml:ns:caldav"></
D:multistatus>

Am I using the wrong XML command, or URL?  Any help appreciated.


--
[email protected]
https://inverse.ca/sogo/lists

Reply via email to