Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
Show all 6 items in the list
Tags used for linking issues. [ID: 1172495]
View issue level access limits(Press Alt + Right arrow for more information)
Unintended behavior
View staffing
Description
Description
When you send someone an iCal attachment with the event information and the method is PUBLISH, when the recipient opens the email in Gmail, they are then presented with the option to create that event in their calendar. However when the event in the calendar is created, the UID sent with the iCal attachment is discarded and Google generates a new UID in its place.
From iCal RFC2446 you should be able to publish an event with the method:PUBLISH and then later update the same event with another method:PUBLISH call. This is however not possible since the UID is changed and when you send a new method:PUBLISH to update the event, the event UID would not match and an option to create a new one is shown instead.
This also disables any flows that use PUBLISH -> CANCEL
Steps to reproduce
Expected behaviour