[GH-ISSUE #200] Outlook contact note format not synced. #663

Closed
opened 2026-03-01 17:40:46 +03:00 by kerem · 3 comments
Owner

Originally created by @pahla1 on GitHub (Jul 12, 2017).
Original GitHub issue: https://github.com/aluxnimm/outlookcaldavsynchronizer/issues/200

Hi, everyone.
Thank you for this powerful tool.

When I edit a contact note format (for example BOLD some text and change right to left alignment) and then sync it with carddav server (Radicale), other clients that use this resource doesn't see note format.

Is this a problem related to CalDAV synchronizer or outlook?
If yes how to fix this issue?

Originally created by @pahla1 on GitHub (Jul 12, 2017). Original GitHub issue: https://github.com/aluxnimm/outlookcaldavsynchronizer/issues/200 Hi, everyone. Thank you for this powerful tool. When I edit a contact note format (for example BOLD some text and change right to left alignment) and then sync it with carddav server (Radicale), other clients that use this resource doesn't see note format. Is this a problem related to CalDAV synchronizer or outlook? If yes how to fix this issue?
kerem closed this issue 2026-03-01 17:40:46 +03:00
Author
Owner

@aluxnimm commented on GitHub (Jul 12, 2017):

Outlook stores the formatting as RTF, which is not supported by the NOTE attribute of vcards and most other non MS clients. So we can't sync the formatting atm sorry. A workaround with extended attributes exists only for the description of calendar appointments.

<!-- gh-comment-id:314709167 --> @aluxnimm commented on GitHub (Jul 12, 2017): Outlook stores the formatting as RTF, which is not supported by the NOTE attribute of vcards and most other non MS clients. So we can't sync the formatting atm sorry. A workaround with extended attributes exists only for the description of calendar appointments.
Author
Owner

@pahla1 commented on GitHub (Jul 12, 2017):

Thank you @aluxnimm .Is it possible to encode Outlook RTF format to base64 and then save it to note section of vcard? like in the PHOTO section of vcard?

<!-- gh-comment-id:314715106 --> @pahla1 commented on GitHub (Jul 12, 2017): Thank you @aluxnimm .Is it possible to encode Outlook RTF format to base64 and then save it to note section of vcard? like in the PHOTO section of vcard?
Author
Owner

@aluxnimm commented on GitHub (Jul 12, 2017):

NOTE should be plain text, other clients won't decode the base64 value anyway and it would violate the RFC. Only possibility would be some X-attribute and save it as HTML similar to X-ALT-DESC for appointments. But even Outlook itself doesn't preserve the formatting when exporting and reimporting a vcard.

<!-- gh-comment-id:314734678 --> @aluxnimm commented on GitHub (Jul 12, 2017): NOTE should be plain text, other clients won't decode the base64 value anyway and it would violate the RFC. Only possibility would be some X-attribute and save it as HTML similar to X-ALT-DESC for appointments. But even Outlook itself doesn't preserve the formatting when exporting and reimporting a vcard.
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#663
No description provided.