-
Notifications
You must be signed in to change notification settings - Fork 32
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
Edited appointments add unconfirmed "organizer" attendee #657
Comments
Can you enable debugging and provide logs on saving the event in Thunderbird? To enable logging, see the main README. |
On editing in Lightning, it appears in Thunderbird as "confirmed." The problem is Google Calendar doesn't agree. It thinks there is a missing attendee who hasn't responded. It also shows up on my phone as tentative. |
I'm going to need a few more logs, can you follow the steps from the readme?
|
I will provide the information this weekend hopefully. |
Here's a video capture of the workaround: You can see, at the start, that the event is listed as confirmed in Thunderbird, even though I, the organizer, am an unconfirmed attendee. After you do what I did in the video, the event is fixed and back to confirmed on Google, because I am removed as an unconfirmed attendee. The reason the video method works is because it removes all attendees. Thunderbird initially creates the entry without an organizer. When provider pulls the event on edit, however, I become an attendee and organizer on Google Calendar. So if I open up the editing box to actually change something, and then "save and send" the event without changing a thing, that triggers the issue. In fact, just bringing up the attendees screen and changing that blank attendee under the organizer to a non-required participant works. The problem appears to be this blank required attendee under the organizer. There is no way to delete it via the interface. Doing this is more complicated, but preserves me as the "organizer" in Thunderbird. It removes me as the organizer on Google calendar though! |
Removing personal information just got exhausting, so don't dox me, eh? 😉 |
Describe the problem and steps to reproduce it:
Create an appointment and edit it, or edit an already existing appointment created in another app.
What happened?
Appointment is marked as tentative upon save and there is no way to change it back to confirmed in the T-bird interface. I have to go to Google Calendar on the web and answer "yes" to the "attending?" prompt to get it back to a confirmed appointment. Simply changing the status from "tentative" to "confirmed" in the Thunderbird event editing dialog and saving does not take.
What did you expect to happen?
I expected the event to remain confirmed. I expect that should it not remain tentative when changing from "tentative" to "confirmed" in the "options" menu of the "Edit event" dialog.
Anything else we should know?
Ideally, I would like a working prompt for "attending?" in Thunderbird for the event that I can reply "yes" to, but understand that this may be difficult to integrate. But definitely I want the appointment to keep its status upon editing.
The text was updated successfully, but these errors were encountered: