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

Adding a gcal seems to be broken due to reminders (for read-only events?) #673

Closed
EugenMayer opened this issue Oct 24, 2023 · 3 comments
Closed

Comments

@EugenMayer
Copy link

EugenMayer commented Oct 24, 2023

Describe the problem and steps to reproduce it:

  • Add a google calender which has events (daily) with reminders
  • when asked for a session, enter your email, login properly and finish
  • on calender creation in TB, you will see reminders (also for event that are in the past, why so ever)
  • If you click 'dismiss all' the dialog wont close or only dismiss some (i had like 85 reminders and ti dismissed until 72 where left). After that the dialog stays open, 72 reminders can no longer be dismissed or snozzed (by using all or by click them one by one)
  • in addition, the calender turns 'The calendar xxx is momentarly not available'

When i close TB and start it again , the 72 past reminders are shown again, i can press ESC and the calender will get 'The calendar xxx is momentarly not available'

Enabling debug loggin i see

Calendar: [calGoogleCalendar] Modifying item XXXX failed:2147500037: {
 "error": {
  "errors": [
   {
    "domain": "calendar",
    "reason": "forbiddenForNonOrganizer",
    "message": "Shared properties can only be changed by the organizer of the event."
   }
  ],
  "code": 403,
  "message": "Shared properties can only be changed by the organizer of the event."
 }
}

This even in particular is not organized by me, so i'am not sure what the operation is trying to do when i press snooze/dismiss in general. Seems to be an attempt to manipulate an event even though i cannot - but for what reaons

What happened?

Calender is marked ''The calendar xxx is momentarly not available''

What did you expect to happen?

Dismiss all reminders (or not even see past reminders) and the calender not being marked as ''The calendar xxx is momentarly not available''

Anything else we should know?

  • Thunderbird 115 (manjaro stable)
  • linux (manjaro, current patch level)
@EugenMayer EugenMayer changed the title Adding a gcal seems to be broken due to reminders Adding a gcal seems to be broken due to reminders (for read-only events?) Oct 24, 2023
@EugenMayer
Copy link
Author

EugenMayer commented Oct 24, 2023

Related to #3 i suppose?

Marking the calender read-only indeed solves that the calendar is marked 'The calendar xxx is momentarly not available' - but this means i have a read only calender i could also consume a ical feed to get that alone.

Is there any better way to fix that?

@kewisch
Copy link
Owner

kewisch commented Jan 25, 2024

This will be the issue I identified in #690, thanks for reporting!

@kewisch kewisch closed this as not planned Won't fix, can't repro, duplicate, stale Jan 25, 2024
@EugenMayer
Copy link
Author

Time to fork it then

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

2 participants