Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to sent data with mkcol? #79

Open
spinne1000 opened this issue Jul 13, 2022 · 0 comments
Open

How to sent data with mkcol? #79

spinne1000 opened this issue Jul 13, 2022 · 0 comments

Comments

@spinne1000
Copy link

I want to to something like this:
curl -u user -X MKCOL 'http://localhost:5232/user/calendar' --data \ '<?xml version="1.0" encoding="UTF-8" ?> <create xmlns="DAV:" xmlns:C="urn:ietf:params:xml:ns:caldav" xmlns:I="http://apple.com/ns/ical/"> <set> <prop> <resourcetype> <collection /> <C:calendar /> </resourcetype> <C:supported-calendar-component-set> <C:comp name="VEVENT" /> <C:comp name="VJOURNAL" /> <C:comp name="VTODO" /> </C:supported-calendar-component-set> <displayname>Calendar</displayname> <C:calendar-description>Example calendar</C:calendar-description> <I:calendar-color>#ff0000ff</I:calendar-color> </prop> </set> </create>'

Who can I do this with the WebDavClient?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant