Re: shared xDAV resources

2018-07-11 Thread Dilyan Palauzov
Hello, Any idea what happens, when /dav/calendars is returned in calendar-home-set? To answer my own question: This returns a lot of output: curl -XPROPFIND -u myself:password -H'Depth: infinity' -H"Content-Type: application/xml; charset='utf-8'" --data " " https://server/dav/ca

Re: shared xDAV resources

2018-07-11 Thread Dilyan Palauzov
Hello, Any idea what happens, when /dav/calendars is returned in calendar-home-set? To answer my own question: This returns a lot of output: curl -XPROPFIND -u myself:password -H'Depth: infinity' -H"Content-Type: application/xml; charset='utf-8'" --data " " https://server/dav/ca

Re: shared xDAV resources

2018-07-11 Thread Дилян Палаузов
Hello, what is the status of this? Are the theoretical concerns clarified by now? About CALDAV:calendar-home-set: While after logging in a user is supposed to find the list of the owned calendars available with CALDAV:calendar-home-set, the specification says this is an URL and the calendars ow

Re: shared xDAV resources

2018-06-06 Thread Anatoli
Great! 👍 *From:* Ken Murchison *Sent:* Wednesday, June 06, 2018 16:22 *To:* Cyrus Devel *Subject:* Re: shared xDAV resources I looked into shared calendar discovery and I have 2 ideas in mind.  One is simpler than the other, and I have an email into one of the Apple client devs to see which

Re: shared xDAV resources

2018-06-06 Thread Ken Murchison
ources for other users (e.g. a mail address field and 2 radio buttons for access type (read|write)), so its owner could share his/her calendars/contacts directly from the existing GUI. Please let me know if I can provide additional details. Thanks, Anatoli *From:* Ken Murchison *Sent:* Fri

Re: shared xDAV resources

2018-05-26 Thread Anatoli
ns for access type (read|write)), so its owner could share his/her calendars/contacts directly from the existing GUI. Please let me know if I can provide additional details. Thanks, Anatoli *From:* Ken Murchison *Sent:* Friday, May 25, 2018 10:29 *To:* Cyrus Devel *Subject:* Re: shared xDAV

Re: shared xDAV resources

2018-05-25 Thread Ken Murchison
imap/cyrus-imapd/issues/2373, so it's not lost in the mails archive. Please let us know if the community can sponsor the development. Thanks, Anatoli *From:* Anatoli *Sent:* Monday, April 09, 2018 00:40 *To:* Cyrus Devel *Subject:* Re: shared xDAV resources Bron, Ken, Thanks for your explan

Re: shared xDAV resources

2018-05-24 Thread Anatoli
To:* Cyrus Devel *Subject:* Re: shared xDAV resources Bron, Ken, Thanks for your explanations. Do you consider this is something possible to implement for an outside developer, i.e. without Cyrus HTTP/DB implementation internals understanding, nor solid knowledge of xDAV RFCs? I'd like

Re: shared xDAV resources

2018-04-10 Thread Savvas Karagiannidis
li *From:* Ken Murchison *Sent:* Saturday, April 07, 2018 21:53 *To:* Bron Gondwana, Cyrus Devel *Cc:* Ken Murchison *Subject:* Re: shared xDAV resources I originally wrote the code to handle public calendars in the "shared" namespace, but I focused on user calendars first, and public

Re: shared xDAV resources

2018-04-08 Thread Anatoli
rchison *Sent:* Saturday, April 07, 2018 21:53 *To:* Bron Gondwana, Cyrus Devel *Cc:* Ken Murchison *Subject:* Re: shared xDAV resources I originally wrote the code to handle public calendars in the "shared" namespace, but I focused on user calendars first, and public calendar support got

Re: shared xDAV resources

2018-04-08 Thread Ken Murchison
Yes, these are related items. On 04/08/2018 10:08 PM, ellie timoney wrote: Is this thread covering the same ground as https://github.com/cyrusimap/cyrus-imapd/pull/2307 ?  I don't know DAV well enough to tell. On Sun, Apr 8, 2018, at 10:53 AM, Ken Murchison wrote: I originally wrote the cod

Re: shared xDAV resources

2018-04-08 Thread ellie timoney
Is this thread covering the same ground as https://github.com/cyrusimap/cyrus-imapd/pull/2307 ? I don't know DAV well enough to tell. On Sun, Apr 8, 2018, at 10:53 AM, Ken Murchison wrote: > I originally wrote the code to handle public calendars in the "shared" > namespace, but I focused on user c

Re: shared xDAV resources

2018-04-07 Thread Ken Murchison
I originally wrote the code to handle public calendars in the "shared" namespace, but I focused on user calendars first, and public calendar support got tossed on the back burner. It appears that the code for public calendars partly works. My first thought to get auto-discovery of public cale

Re: shared xDAV resources

2018-04-07 Thread Bron Gondwana
Ken knows this code best. I bet there's something which is requiring that there's a user on the mboxname because we implement the same behaviour at FastMail by having a separate user on which shared resources are kept. The DAV resources are stored per-user, and without a place to keep them for "s

shared xDAV resources

2018-04-07 Thread Anatoli
Hi All, I'm trying to understand the code responsible for enumerating user calendars (and xDAV resources in general) to try to make the discovery work for shared resources too (currently there's no way to access shared resources with Apple xDAV client implementation, yes with Thunderbird as i