-
Notifications
You must be signed in to change notification settings - Fork 241
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
feat: Allow shared calendars as appointment conflict calendars #6411
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #6411 +/- ##
=========================================
Coverage 23.47% 23.48%
Complexity 454 454
=========================================
Files 247 247
Lines 11708 11716 +8
Branches 2212 2224 +12
=========================================
+ Hits 2749 2752 +3
- Misses 8639 8644 +5
Partials 320 320
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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.
The app also works with 30, so a conditional logic for 30 vs 31 is necessary
Ref
Line 43 in 562e828
<nextcloud min-version="30" max-version="31" /> |
Signed-off-by: SebastianKrupinski <[email protected]>
Signed-off-by: SebastianKrupinski <[email protected]>
562e828
to
2182d38
Compare
Signed-off-by: SebastianKrupinski <[email protected]>
@ChristophWurst Done. Please have another look. |
Resolves: #3786
Requires: nextcloud/server#48621
Summary
Adjusted "Additional calendars to check for conflicts" selection logic to list all users calendars, personal and shared to be selectable for conflicts.