go-webdav
go-webdav copied to clipboard
A Go library for WebDAV, CalDAV and CardDAV
https://github.com/emersion/go-webdav/pull/64 has extended query filter types. We need to marshal the new fields properly.
`FindAddressBookHomeSet` returns only the path of the URL returned from the PROPFIND request. However, iCloud returns a different host name as well as the path. This is then discarded. Trying...
I just have used your repo but I found that stat/ readdir does not support read the modified date of folder. It only work for file
See #30 This is my first time writing Go code, so I apologise in advance for any beginner mistakes I made in this :smiley:.
Hi. I'm trying to use QueryCalendar with iCloud calendars but cannot do it without these changes. If a CalendarCompRequest if not included in a calendar query, it will be initialized...
Just a suggestion: I was looking to potentially use this project instead of `golang.org/x/net/webdav` and noticed the `FileSystem` interface is slightly different: 1. `go-webdav` doesn't pass a `Context` to its...
See https://tools.ietf.org/html/rfc6764#section-4 Related: https://github.com/emersion/hydroxide/issues/44
Right now we have a workaround for trailing slashes in dir URLs: https://github.com/emersion/go-webdav/blob/9e23289610195c6e74d3b11064360dc48c31598f/carddav/client.go#L461 Would be nice to find a better long-term solution.
Add the ability to fetch the ["me-card"](https://sabre.io/dav/carddav-me-card/) when retrieving the address book using `FindAddressBooks`
Low-level support for Collection Synchronizations as described in [This RFC](https://tools.ietf.org/html/rfc6578)