[GH-ISSUE #454] Common Name (CN) Tag removed from ORGANIZER #436

Open
opened 2026-02-25 20:31:37 +03:00 by kerem · 0 comments
Owner

Originally created by @mceurytos on GitHub (Jul 8, 2025).
Original GitHub issue: https://github.com/aluxnimm/outlookcaldavsynchronizer/issues/454

When an event is created in Outlook, the ORGANIZER field is formatted with a CN (Common Name) value:

ORGANIZER;CN="First Last":mailto:first.last@gmail.com

However, when Google Calendar returns this event via CalDAV, it omits the CN attribute, responding with:

ORGANIZER:mailto:first.last@gmail.com

This change causes Outlook (via CalDavSynchronizer) to no longer recognize the user as the event organizer. As a result the event becomes read-only in Outlook.

CalDavSynchronizer shall have an option to force CN tag for inbound updates from server (i.e. Google Calendar)

Originally created by @mceurytos on GitHub (Jul 8, 2025). Original GitHub issue: https://github.com/aluxnimm/outlookcaldavsynchronizer/issues/454 When an event is created in Outlook, the ORGANIZER field is formatted with a CN (Common Name) value: `ORGANIZER;CN="First Last":mailto:first.last@gmail.com` However, when Google Calendar returns this event via CalDAV, it omits the CN attribute, responding with: `ORGANIZER:mailto:first.last@gmail.com` This change causes Outlook (via CalDavSynchronizer) to no longer recognize the user as the event organizer. As a result the event becomes read-only in Outlook. CalDavSynchronizer shall have an option to force CN tag for inbound updates from server (i.e. Google Calendar)
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/outlookcaldavsynchronizer#436
No description provided.