mirror of
https://github.com/aluxnimm/outlookcaldavsynchronizer.git
synced 2026-04-26 03:25:48 +03:00
[GH-ISSUE #143] Recurring error: event contains multiple alarms - ignoring all except first #139
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#139
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 @gmta on GitHub (Jul 10, 2016).
Original GitHub issue: https://github.com/aluxnimm/outlookcaldavsynchronizer/issues/143
Every time I open up Outlook, CalDav Synchronizer starts synchronizing and gives me this error:
I understand why it gives me this error. I use this calendar in three places of which Outlook is the only one that does not support multiple alarms on an event.
However, I don't think this should be an error. I have set the "Show immediately" setting to "Just errors" and I expect them to be of a severe category, e.g. connection to the server failed, unresolvable conflicts, etcetera.
Would it be possible to lower this message from an error to a warning?
@aluxnimm commented on GitHub (Jul 10, 2016):
yes should be warning only. will check it and fix it for next release.
@aluxnimm commented on GitHub (Jul 13, 2016):
Actually those are already only warning and no errors. What version are you using and what are your general option settings exactly?
@gmta commented on GitHub (Jul 13, 2016):
I'm using version 2.2.0.0, and I guess the relevant settings are:
The warning pops up as a tray notification.
@aluxnimm commented on GitHub (Jul 13, 2016):
ah ok. then we need to disable tray notifications for warnings when show immediately is set to errors maybe. this setting only effects the report window atm.
@aluxnimm commented on GitHub (Jul 13, 2016):
will be in next release.