Skip to content

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

Closed
pakerwreah opened this issue Apr 1, 2025 · 5 comments · Fixed by #403
Closed

Meeting status update not working for some recurring events #391

pakerwreah opened this issue Apr 1, 2025 · 5 comments · Fixed by #403
Labels
bug Something isn't working
Milestone

Comments

@pakerwreah
Copy link
Owner

pakerwreah commented Apr 1, 2025

If you try to change the meeting status nothing happens.
Then, after closing the popup, it won't open anymore.

@pakerwreah pakerwreah added the bug Something isn't working label Apr 1, 2025
@pakerwreah pakerwreah added this to the v1.16.1 milestone Apr 1, 2025
@pakerwreah
Copy link
Owner Author

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.

@pakerwreah pakerwreah added the investigate Extra attention is needed label Apr 1, 2025
@pakerwreah pakerwreah changed the title Meeting status update not working on macOS 15.4 Meeting status update not working on macOS 15.4 (false alarm?) Apr 1, 2025
@pakerwreah pakerwreah removed the bug Something isn't working label Apr 1, 2025
@pakerwreah pakerwreah closed this as not planned Won't fix, can't repro, duplicate, stale Apr 1, 2025
@pakerwreah pakerwreah removed this from the v1.16.1 milestone Apr 1, 2025
@pakerwreah pakerwreah reopened this Apr 8, 2025
@pakerwreah
Copy link
Owner Author

pakerwreah commented Apr 8, 2025

This is happening again 😐
It seems to only affect some events but not others.
I still can't figure out why.

When it fails I get this error:

Error committing event store: [Error Domain=EKCADErrorDomain Code=1013 "Access denied" UserInfo={NSLocalizedDescription=Access denied}]

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.

@pakerwreah pakerwreah added bug Something isn't working help wanted Need help to reproduce labels Apr 8, 2025
@pakerwreah pakerwreah changed the title Meeting status update not working on macOS 15.4 (false alarm?) Meeting status update not working on macOS 15.4 Apr 8, 2025
@pakerwreah pakerwreah changed the title Meeting status update not working on macOS 15.4 Meeting status update not working on macOS 15.4 (for some events) Apr 8, 2025
@pakerwreah
Copy link
Owner Author

Looks like it's something to do with recurring events in different time zones.

@pakerwreah pakerwreah changed the title Meeting status update not working on macOS 15.4 (for some events) Meeting status update not working for some recurrent events Apr 18, 2025
@pakerwreah
Copy link
Owner Author

pakerwreah commented Apr 18, 2025

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.
After I update the status with that account, then the event becomes detached and it starts working for the organizer again.

I had no idea that updating the meeting status for a specific day would completely detach the event from the series.
This is apparently how it works in general, even using the native calendar app or google calendar website.

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.

@pakerwreah pakerwreah linked a pull request Apr 18, 2025 that will close this issue
@pakerwreah pakerwreah added this to the v1.16.3 milestone Apr 18, 2025
@pakerwreah pakerwreah removed help wanted Need help to reproduce investigate Extra attention is needed labels Apr 18, 2025
@pakerwreah pakerwreah changed the title Meeting status update not working for some recurrent events Meeting status update not working for some recurring events Apr 18, 2025
@pakerwreah
Copy link
Owner Author

For the record, you cannot save recurring events with alarms 🫠
You have to remove all alarms and re-add them after saving the event (after it becomes detached from the original series).
Already detached events don't seem to have this problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant