mirror of
https://github.com/aluxnimm/outlookcaldavsynchronizer.git
synced 2026-04-27 11:56:03 +03:00
[GH-ISSUE #200] Outlook contact note format not synced. #1098
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#1098
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 @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?
@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.
@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?
@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.