-
-
Notifications
You must be signed in to change notification settings - Fork 63
Meeting status update not working for some recurring events #391
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
Comments
weird... after a few minutes it started working again. The calendar service must have been stuck awaiting for the system and that caused the popup to not be released from memory, blocking other popups from showing up. This deserves some investigation, but it's not critical anymore. |
This is happening again 😐 When it fails I get this error:
Which is weird, because we do have permissions, the calendar is writable, everything is fine, and it works for other events. Anyway, we should not break the event popup if this fails, I need to fail gracefully and probably give the user some feedback, even if it's an ugly alert with the exception message, which will help to report it. |
Looks like it's something to do with recurring events in different time zones. |
Turns out this has nothing to do with time zones. It's some weird issue with recurrent events in general. I was able to replicate it consistently being the event organizer and creating a daily event, but it works if I change status with an invited account. I had no idea that updating the meeting status for a specific day would completely detach the event from the series. I have absolutely no idea what's going on. No A.I. in the world was able to help me. 😞 I also experience this just being an attendee in some situations, so it's not something specific to organizers, it just happens to break consistently with the scenario I described. It can also be that my account (the organizer) has some weird setup. |
For the record, you cannot save recurring events with alarms 🫠 |
If you try to change the meeting status nothing happens.
Then, after closing the popup, it won't open anymore.
The text was updated successfully, but these errors were encountered: