-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
birthday calendar exposes no access share state and is… #31833
Merged
Merged
Conversation
This file contains 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
DeepDiver1975
force-pushed
the
bugfix/26746
branch
from
June 20, 2018 06:28
478853b
to
0760d78
Compare
Codecov Report
@@ Coverage Diff @@
## master #31833 +/- ##
============================================
+ Coverage 63.27% 63.28% +0.01%
- Complexity 18479 18486 +7
============================================
Files 1161 1161
Lines 69377 69396 +19
Branches 1261 1261
============================================
+ Hits 43895 43917 +22
+ Misses 25112 25109 -3
Partials 370 370
Continue to review full report at Codecov.
|
… then not selected for attendee scheduling
DeepDiver1975
force-pushed
the
bugfix/26746
branch
from
June 20, 2018 14:52
0760d78
to
2f0b16b
Compare
DeepDiver1975
force-pushed
the
bugfix/26746
branch
from
June 22, 2018 16:11
7d7c874
to
b44bde0
Compare
👍 Tested and works fine |
cdamken
approved these changes
Jun 25, 2018
Test Steps
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
… then not selected for attendee scheduling
Description
For local delivery of scheduling of calendar objects always the first calendar is chosen for a user.
In some cases this is the birthday calendar which is bad because the user cannot edit event in there.
In order to solve this the birthday calendar exposes the {DAV:}share-access property with the value NOACCESS which indicates that the user has no access. The next calendar will be chosen.
This is a bit hacky but acceptable because we are not using this property in any other case.
Related Issue
fixes #26746
How Has This Been Tested?
more testing is necessary to make sure that there is no impact on sharing of calendars.
Types of changes
Checklist: