mirror of
https://github.com/aluxnimm/outlookcaldavsynchronizer.git
synced 2026-04-25 11:05:56 +03:00
[GH-ISSUE #454] Common Name (CN) Tag removed from ORGANIZER #436
Labels
No labels
1.0
1.0
1.0
2.0
Feature
Feature request
Google
Google Calendar
async
attachement
auto-migrated
auto-migrated
auto-migrated
bug
critical
enhancement
help wanted
implemented
pull-request
solved
solved
sourceforge
sourceforge
sourceforge
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/outlookcaldavsynchronizer#436
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.comHowever, when Google Calendar returns this event via CalDAV, it omits the CN attribute, responding with:
ORGANIZER:mailto:first.last@gmail.comThis 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)