-
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
fix: enable attendee selection on shared calendars #6202
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6202 +/- ##
============================================
+ Coverage 23.67% 23.70% +0.02%
Complexity 457 457
============================================
Files 249 249
Lines 11774 11763 -11
Branches 2203 2210 +7
============================================
Hits 2788 2788
+ Misses 8669 8659 -10
+ Partials 317 316 -1
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.
NVM, wrong ics
I don't know what's the plan for nextcloud/server#45054 (backports ?), but in any case, this should depend on the server version to be activated. |
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.
Signed-off-by: SebastianKrupinski <[email protected]>
c66e356
to
34de776
Compare
@miaulalala the popup modal is NOT out of sync, it just does not have enough room to show all the attendees, it has the same behavior with a personal calendar. This has nothing to do with this PR and would need to be addresses in another PR. |
fair enough, can you please open a ticket with these findings? |
Calendar main is 30+ and we won't backport this to my knowledge. This should be alright :) |
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.
An organizer selection is still missing for the assistant use case, right? As in, Alice shares with her assistant Bob, who invites Charly. Alice is saved as organizer, bob is an attendee.
Additional thoughts... Some front end UI changes that would be beneficial...
Some back end changes that would be beneficial...
Draw backs...
|
Correct. See comments above. |
enable attendee selection on shared calendars
This is needed to test shared calendar event invitation sending nextcloud/server#45054