Replies: 3 comments 1 reply
-
|
So the URL is like the CalDAV resource, i.e. You are right with authentication, you do Basic authentication with your username and app token. |
Beta Was this translation helpful? Give feedback.
-
|
Does your implementation support VAPID? |
Beta Was this translation helpful? Give feedback.
-
|
Rustical is giving me this error after trying to subscribe to WebDAV-push Would you say that this means I got the public-key wrong in my subscription? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm working out WebDAV Push as an alternative to webhooks, and already hitting questions :)
For the URL to POST the subscription XML to, does the URL include the full
/frontend/user/MyUser/calendar/<random-calendar-id-here>? I happened to notice the JSON under the Timezone section has"subscription_url":nullin it, not sure if this is related to the WebDAV-Push implementation?Also, I assume I'll need to authenticate when I subscribe, is that done via basic auth? Can I use an app password generated by the user?
Beta Was this translation helpful? Give feedback.
All reactions