-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Provide dav setting for user's default calendar #19852
Provide dav setting for user's default calendar #19852
Conversation
6867a83
to
229fb7a
Compare
Just double checked to make sure: |
@tcitworld What is your concept for the endpoint for setting this? |
Since the property was read-only in Sabre I only thought of it at first as a Controller endpoint. We could indeed do that through a DAV method, but is it worth it anyway? Does macOS/iOS Calendar handle this? |
No, the only two interesting things you can configure via DAV in macOS are default alarms for timed events and allday events:
Changing the default calendar does not result in any CalDAV requests. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good in general
229fb7a
to
0fb2955
Compare
0fb2955
to
e91636d
Compare
Conflicts |
And add tests to handle schedule-default-calendar-URL Signed-off-by: Thomas Citharel <tcit@tcit.fr>
itself is deleted Signed-off-by: Thomas Citharel <tcit@tcit.fr>
e91636d
to
0408c37
Compare
Rebased and php-cs-fixed :) |
And add tests to handle schedule-default-calendar-URL
Part 1 for #19826