Provide dav setting for user's default calendar#19852
Merged
Conversation
6867a83 to
229fb7a
Compare
Member
|
Just double checked to make sure: |
georgehrke
approved these changes
Mar 9, 2020
Member
|
@tcitworld What is your concept for the endpoint for setting this? |
Member
Author
|
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? |
Member
|
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. |
tcitworld
commented
Mar 13, 2020
229fb7a to
0fb2955
Compare
0fb2955 to
e91636d
Compare
Member
|
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
Member
Author
|
Rebased and php-cs-fixed :) |
This was referenced Jun 25, 2021
Closed
5 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
And add tests to handle schedule-default-calendar-URL
Part 1 for #19826