Organizer not added to attendee list during event creation
Categories
(Calendar :: General, defect, P1)
Tracking
(Not tracked)
People
(Reporter: ciny.joy, Assigned: leftmostcat)
References
()
Details
(Whiteboard: [caldav-sched])
Attachments
(2 files)
Comment 1•17 years ago
|
||
Updated•16 years ago
|
Updated•14 years ago
|
Comment 2•13 years ago
|
||
Comment 3•13 years ago
|
||
Comment 4•13 years ago
|
||
Comment 5•12 years ago
|
||
Comment 7•12 years ago
|
||
Comment 8•12 years ago
|
||
Comment 9•11 years ago
|
||
Comment 10•11 years ago
|
||
Comment 11•11 years ago
|
||
Comment 12•11 years ago
|
||
Comment 13•11 years ago
|
||
Updated•5 years ago
|
Updated•3 years ago
|
Comment 14•3 years ago
|
||
I recently ran into this bug while using Thunderbird/Lightning to manage my Fastmail calendar. I was running Thunderbird beta.
Possible duplicate: Bug 1621942 .
Here's what Neil from Fastmail support said to me:
The issue is that in the iCalendar data Thunderbird is creating it's putting you as the "organizer" but not putting you as an "attendee" as well. This means semantically that you are organising the event but does not mean that you are attending, hence we show you as "not going".
The relevant bit from the iCalendar data is this:
ORGANIZER;PARTSTAT=NEEDS-ACTION;ROLE=REQ-PARTICIPANT:mailto: sh@example.comATTENDEE;CN=Rodrigo Example;PARTSTAT=NEEDS-ACTION;ROLE=REQ-PARTICIPANT; SCHEDULE-STATUS=1.1:mailto:foo@example.comATTENDEE;CN=example@gmail.com;PARTSTAT=ACCEPTED;CUTYPE=INDIVIDUAL; ROLE=REQ-PARTICIPANT;X-NUM-GUESTS=0;X-DTSTAMP=20220406T144342Z; X-SEQUENCE=1;RECEIVED-SEQUENCE=1;RECEIVED-DTSTAMP=20220406T144342Z:mailto: example@gmail.com
The other interesting thing here is Thunderbird has added
PARTSTAT=NEEDS-ACTION
to the ORGANIZER – it looks like it's trying to store attendance status on this. That's not allowed in the spec. The PARTSTAT parameter is only defined on the ATTENDEE property, not the ORGANIZER.
Comment 15•3 years ago
|
||
I am against changing anything here. In case ORGANIZER has already PARTSTAT, it can stay there, but some servers might reject the input.
How often do users ask theirselves, if the one who invites them for a meeting, will attend the meeting? Never! For example if person A invites person B for a dinner, will person B be certain that there will be a dinner at the appointed place, but at the same time asking itself, if person A will attend? No.
That said, software presenting iCalendar data shall make no statements, on whether the Organizer is attending or not. The users assume here the correct information from the context.
Only in cases where the user cannot assume the right attendance status, the organizer can be added manually as ATTENDEE;PARTSTAT=DECLINED (or =ACCEPTED).
Comment 18•3 years ago
|
||
I Hope this is the earliest report of this issue.
Updated•2 years ago
|
Assignee | ||
Comment 20•2 years ago
|
||
Assignee | ||
Updated•2 years ago
|
Updated•2 years ago
|
Comment 21•2 years ago
|
||
Pushed by alessandro@thunderbird.net:
https://hg.mozilla.org/comm-central/rev/91dea7821895
add organizer as attendee by default. r=aleca
Description
•