Put calendar invites into the user's first available calendar#32361
Merged
Put calendar invites into the user's first available calendar#32361
Conversation
Member
|
A related problem occurs when you do the following
-> The event isn't shown because it's put into the deleted calendar. In other words, maybe we should find the first own, read-write and non-deleted calendar :) |
If there's no default calendar and we can't find anything with URI 'personal', instead of creating a new one, start by using the first "real personal calendar" available. If not, then we create the default one. Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
57875de to
a7b2e8a
Compare
Member
Author
That's what this PR does now, I had just forgot to check for the deleted state of the calendar. |
tcitworld
added a commit
that referenced
this pull request
Feb 7, 2023
…n the current calendar is in the trashbin Follow-up to #32361, see nextcloud/calendar#4098 for details Signed-off-by: Thomas Citharel <tcit@tcit.fr>
5 tasks
tcitworld
added a commit
that referenced
this pull request
Feb 9, 2023
…n the current calendar is in the trashbin Follow-up to #32361, see nextcloud/calendar#4098 for details Signed-off-by: Thomas Citharel <tcit@tcit.fr>
tcitworld
added a commit
that referenced
this pull request
Feb 9, 2023
…n the current calendar is in the trashbin Follow-up to #32361, see nextcloud/calendar#4098 for details Signed-off-by: Thomas Citharel <tcit@tcit.fr>
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.
If there's no default calendar and we can't find anything with URI 'personal', instead of creating a new one, start by using the first "real personal calendar" available.
If not, then we create the default one.