Summary | Invitation email text changes after invitation is accepted |
Queue | IMP |
Queue Version | 6.2.14 |
Type | Bug |
State | Not A Bug |
Priority | 1. Low |
Owners | mrubinsk (at) horde (dot) org |
Requester | albert.solana (at) upcnet (dot) es |
Created | 06/22/2016 (3298 days ago) |
Due | |
Updated | 06/28/2016 (3292 days ago) |
Assigned | |
Resolved | 06/28/2016 (3292 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
Assigned to Michael Rubinsky
State ⇒ Not A Bug
The iTip/iCal specs state that when a given event UID is already
present in the attendee's calendar and an iTip is received, it
represents a change to the event.
Since a change may or may not mean a rescheduling or some other change
that requires the SEQUENCE number to be incremented, the ONLY way to
know if the event is already in the attendee's calendar is to search
for the UID.
Since the attendee already accepted and added it to his/her calendar,
when the iTip is displayed it detects the event and thinks it's an
update. Some other groupware clients actually will automatically
delete the iTip email when it is responded to (presumably) to avoid
this confusion.
We still need to implement full support for SEQUENCE and COUNTER
etc... (see Ticket: 8396), but this behavior is not a bug.
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Invitation email text changes after invitation is accepted
Queue ⇒ IMP
Milestone ⇒
Patch ⇒ No
UserA creates an invitation with UserB as attendee.
After invitation is created a notification is sent to organizer and attendee
Attendee receives a notification email with this text:
UserA requests your presence at "with UserB".
But when attendee accepts this invitation we've noticed that the text
inside previous notification email has changed to
UserA wants to notify you about changes in "with UserB".
It seems that notification message text depends wether invitation has
been accepted or not.