Skip to content
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

Don't cancel calendar entries when meeting room gets removed #160

Open
tidoust opened this issue Sep 4, 2024 · 0 comments
Open

Don't cancel calendar entries when meeting room gets removed #160

tidoust opened this issue Sep 4, 2024 · 0 comments

Comments

@tidoust
Copy link
Member

tidoust commented Sep 4, 2024

The code expects a meeting to be a tuple: a room, a day, and a slot. If one of the information is missing, the code considers that the issue is not scheduled. One practical consequence is that unassigning the room for a group when a calendar entry had already been created will delete or cancel the calendar entry.

We should probably rather keep the calendar entry intact while the situation is being sorted. Unassigning a room typically means that event organizers are looking for a new room. That should be a temporary measure. If they wanted to cancel the meeting, event organizers would rather have dropped the day and slot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant