mirror of
https://github.com/aluxnimm/outlookcaldavsynchronizer.git
synced 2026-04-25 11:05:56 +03:00
[GH-ISSUE #226] Can't parse calendar data: Invalid property #221
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#221
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 @a1466d44-d3dc-4c0b-90c7-315b088731d7 on GitHub (Apr 19, 2018).
Original GitHub issue: https://github.com/aluxnimm/outlookcaldavsynchronizer/issues/226
Hi
I have the issue that people tend to create Outlook calendar entries with CIFS Share Paths to (in our case MS Onenote) documents. (S:\one\random\share\path...)
The target macOS CalDAV Server is unwilling to accept that string in the DESCRIPTION Field
The error message reads:
Maybe some kind of (optional) custom regex replace (eg. select Field name, enter sed style rules) would be nice?
Or automated escaping?
Or the possibility to just skip such entries?
Or some other/better idea?
@aluxnimm commented on GitHub (Apr 19, 2018):
This is a bug in our used library, which doesn't escape single backslashes properly. We will need a workaround and fix it of course.
@aluxnimm commented on GitHub (Apr 29, 2018):
Will be in next release, commit
527526a