mirror of
https://github.com/aluxnimm/outlookcaldavsynchronizer.git
synced 2026-04-27 03:45:59 +03:00
[GH-ISSUE #194] System.InvalidCastException: Specified cast is not valid. #1093
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#1093
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 @ThomasDaheim on GitHub (May 9, 2017).
Original GitHub issue: https://github.com/aluxnimm/outlookcaldavsynchronizer/issues/194
Hi,
thanks for the Synchronizer! I managed to get it setup in my infrastructure but on first sync I get the following error message:
There is a reference to a concrete ics (sghul6osmyt2urqjgvepi.ics) but I'm not sure how to find the matching calendar entry in my nextcloud?
Thanks and regards,
Thomas
@aluxnimm commented on GitHub (May 12, 2017):
In the sync report you should be able to click on the server id and load the ics file. Post it here then we can check what's wrong with it.
@ThomasDaheim commented on GitHub (May 12, 2017):
Ah, missed that link...
Here you go. BTW, it still says "ownCloud" but I'm running nextcloud since some time - currently 11.0.3 (stable)
@aluxnimm commented on GitHub (May 18, 2017):
The alarm trigger has an invalid duration, since it is 1 day before without a time it must be
TRIGGER:-P1D
instead of
TRIGGER:-PT1D
@ThomasDaheim commented on GitHub (May 31, 2017):
Thanks, I have created an issue for https://github.com/nextcloud/calendar for that