mirror of
https://github.com/aluxnimm/outlookcaldavsynchronizer.git
synced 2026-04-26 19:36:00 +03:00
[GH-ISSUE #210] Error during event synchronization with Radicale server #205
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#205
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 @ayevee on GitHub (Sep 12, 2017).
Original GitHub issue: https://github.com/aluxnimm/outlookcaldavsynchronizer/issues/210
When I try to synchronize event created in Outlook with Radicale, I get an error with the following raw report:
As discussed in Kozea/Radicale#701 the issue is with DTSTART in VTIMEZONE being invalid:
@aluxnimm commented on GitHub (Sep 12, 2017):
Looks like a bug in our used iCalendar library.
But you can easily avoid this error when you change the timezone settings in event mapping configuration of the sync profile (advanced settings, open the tree view)
There you can enable "Create events on server with downloaded IANA timezones" and choose your timezone in the dropdown. Then you will have the official definitions from tzurl.org.
@ayevee commented on GitHub (Sep 12, 2017):
@aluxnimm, thanks. The work-around with "Create events on server with downloaded IANA timezones" helped.
@aluxnimm commented on GitHub (Sep 12, 2017):
Will try to fix it for the Windows timezones as well of course, what timezone did generate the VALUE=DATE? Moscow?
@ayevee commented on GitHub (Sep 12, 2017):
Yeah, Europe/Moscow
Here is the full iCal output (from Radicale debug log):
@aluxnimm commented on GitHub (Sep 12, 2017):
Fixed in
1b2d5d2. Will be in next release.