mirror of
https://github.com/aluxnimm/outlookcaldavsynchronizer.git
synced 2026-04-25 11:05:56 +03:00
[GH-ISSUE #441] VCARD: Data-URL for base64-encoded photo #425
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#425
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 @lbuchs on GitHub (Jan 14, 2025).
Original GitHub issue: https://github.com/aluxnimm/outlookcaldavsynchronizer/issues/441
according to RFC 6350 you can use a base64 data-url (RFC 2397) for photos:
Source: https://datatracker.ietf.org/doc/html/rfc6350#section-6.2.4
But this cannot be read by Outlook CalDav Synchronizer; the following error is logged:
Outlook CalDav Synchronizer works with the following format:
Thunderbird only accepts the data url, so at the moment there is no compatible variant. It would be great if Outlook CalDav Synchronizer can read the data-url.
@aluxnimm commented on GitHub (Jan 15, 2025):
interesting, should be possible to implement I guess.