[GH-ISSUE #437] Sync error - Response Status Code '400' (Bad request) when synching calendar #420

Open
opened 2026-02-25 20:31:35 +03:00 by kerem · 15 comments
Owner

Originally created by @knicket1 on GitHub (Dec 9, 2024).
Original GitHub issue: https://github.com/aluxnimm/outlookcaldavsynchronizer/issues/437

Hi,

I get a sync error for certain calendar entries - typically ones that are added by 3rd parties. Here is a paste the Exception message and a screenshot.

image

CalDavSynchronizer.DataAccess.WebDavClientException: Response status code does not indicate success: '400' ('Bad Request'). Message:

<D:error xmlns:D="DAV:"/>

at CalDavSynchronizer.DataAccess.HttpClientBasedClient.WebDavClient.d__10.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at CalDavSynchronizer.DataAccess.HttpClientBasedClient.WebDavClient.d__9.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at CalDavSynchronizer.DataAccess.HttpClientBasedClient.WebDavClient.d__8.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at CalDavSynchronizer.DataAccess.CalDavDataAccess.d__28.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at CalDavSynchronizer.Implementation.CalDavRepository1.<TryUpdate>d__16.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at CalDavSynchronizer.Implementation.CalDavRepository1.d__16.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at GenSync.EntityRepositories.BatchEntityRepositoryAdapter`4.d__3.MoveNext()

Originally created by @knicket1 on GitHub (Dec 9, 2024). Original GitHub issue: https://github.com/aluxnimm/outlookcaldavsynchronizer/issues/437 Hi, I get a sync error for certain calendar entries - typically ones that are added by 3rd parties. Here is a paste the Exception message and a screenshot. ![image](https://github.com/user-attachments/assets/ce83de04-d6ae-492b-9670-887743fe1d4b) CalDavSynchronizer.DataAccess.WebDavClientException: Response status code does not indicate success: '400' ('Bad Request'). Message: <?xml version="1.0" encoding="UTF-8"?> <D:error xmlns:D="DAV:"/> at CalDavSynchronizer.DataAccess.HttpClientBasedClient.WebDavClient.<EnsureSuccessStatusCode>d__10.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at CalDavSynchronizer.DataAccess.HttpClientBasedClient.WebDavClient.<ExecuteWebDavRequest>d__9.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at CalDavSynchronizer.DataAccess.HttpClientBasedClient.WebDavClient.<ExecuteWebDavRequestAndReturnResponseHeaders>d__8.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at CalDavSynchronizer.DataAccess.CalDavDataAccess.<TryUpdateEntity>d__28.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at CalDavSynchronizer.Implementation.CalDavRepository`1.<TryUpdate>d__16.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at CalDavSynchronizer.Implementation.CalDavRepository`1.<TryUpdate>d__16.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at GenSync.EntityRepositories.BatchEntityRepositoryAdapter`4.<PerformOperations>d__3.MoveNext()
Author
Owner

@lvj commented on GitHub (Jan 17, 2025):

Same, started around 2 days ago.

<!-- gh-comment-id:2598337656 --> @lvj commented on GitHub (Jan 17, 2025): Same, started around 2 days ago.
Author
Owner

@fips21 commented on GitHub (Jan 24, 2025):

Looks like same problem for me. Startet today with Google calendar.

CalDavSynchronizer.DataAccess.WebDavClientException: Response status code does not indicate success: '400' ('Bad Request'). Message:

<D:error xmlns:D="DAV:"/>

at CalDavSynchronizer.DataAccess.HttpClientBasedClient.WebDavClient.d__10.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at CalDavSynchronizer.DataAccess.HttpClientBasedClient.WebDavClient.d__9.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at CalDavSynchronizer.DataAccess.HttpClientBasedClient.WebDavClient.d__8.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at CalDavSynchronizer.DataAccess.CalDavDataAccess.d__28.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at CalDavSynchronizer.Implementation.CalDavRepository1.<TryUpdate>d__16.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at CalDavSynchronizer.Implementation.CalDavRepository1.d__16.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at GenSync.EntityRepositories.BatchEntityRepositoryAdapter`4.d__3.MoveNext()

<!-- gh-comment-id:2612333942 --> @fips21 commented on GitHub (Jan 24, 2025): Looks like same problem for me. Startet today with Google calendar. CalDavSynchronizer.DataAccess.WebDavClientException: Response status code does not indicate success: '400' ('Bad Request'). Message: <?xml version="1.0" encoding="UTF-8"?> <D:error xmlns:D="DAV:"/> at CalDavSynchronizer.DataAccess.HttpClientBasedClient.WebDavClient.<EnsureSuccessStatusCode>d__10.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at CalDavSynchronizer.DataAccess.HttpClientBasedClient.WebDavClient.<ExecuteWebDavRequest>d__9.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at CalDavSynchronizer.DataAccess.HttpClientBasedClient.WebDavClient.<ExecuteWebDavRequestAndReturnResponseHeaders>d__8.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at CalDavSynchronizer.DataAccess.CalDavDataAccess.<TryUpdateEntity>d__28.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at CalDavSynchronizer.Implementation.CalDavRepository`1.<TryUpdate>d__16.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at CalDavSynchronizer.Implementation.CalDavRepository`1.<TryUpdate>d__16.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at GenSync.EntityRepositories.BatchEntityRepositoryAdapter`4.<PerformOperations>d__3.MoveNext()
Author
Owner

@brnbs commented on GitHub (Feb 13, 2025):

Same for me, every day!

<!-- gh-comment-id:2656412802 --> @brnbs commented on GitHub (Feb 13, 2025): Same for me, every day!
Author
Owner

@msceex commented on GitHub (Mar 19, 2025):

I have this issue as well. Any update?

<!-- gh-comment-id:2735451465 --> @msceex commented on GitHub (Mar 19, 2025): I have this issue as well. Any update?
Author
Owner

@msceex commented on GitHub (Mar 19, 2025):

maybe related? https://github.com/aluxnimm/outlookcaldavsynchronizer/issues/420

<!-- gh-comment-id:2735460427 --> @msceex commented on GitHub (Mar 19, 2025): maybe related? https://github.com/aluxnimm/outlookcaldavsynchronizer/issues/420
Author
Owner

@brnbs commented on GitHub (Mar 19, 2025):

To clarify, I only encounter this sync error when events are added automatically by Gmail from emails.

<!-- gh-comment-id:2735695422 --> @brnbs commented on GitHub (Mar 19, 2025): To clarify, I only encounter this sync error when events are added automatically by Gmail from emails.
Author
Owner

@fips21 commented on GitHub (Mar 19, 2025):

I don't use Gmail at all. Only Outlook and Google calendar.

<!-- gh-comment-id:2737440706 --> @fips21 commented on GitHub (Mar 19, 2025): I don't use Gmail at all. Only Outlook and Google calendar.
Author
Owner

@rubaboo commented on GitHub (May 14, 2025):

I see there are several issues about this same error (Status code 400). IDK if they all have the same root cause, but here's how I solved mine. (I started having this problem with Google Calendar. It wasn't a transient condition. It was just not syncing anymore.)

I created a new sync profile. Not only did I not change any parameters in it (left everything default), but I compared the new profile to the old one, and everything that I could see in the 2 profiles' settings (incl. Advanced) was identical. Yet, the new profile was syncing, and the old one kept giving me 400. So I deleted the old profile and moved on.

<!-- gh-comment-id:2881852132 --> @rubaboo commented on GitHub (May 14, 2025): I see there are several issues about this same error (Status code 400). IDK if they all have the same root cause, but here's how I solved mine. (I started having this problem with Google Calendar. It wasn't a transient condition. It was just not syncing anymore.) I created a new sync profile. Not only did I not change any parameters in it (left everything default), but I compared the new profile to the old one, and everything that I could see in the 2 profiles' settings (incl. Advanced) was identical. Yet, the new profile was syncing, and the old one kept giving me 400. So I deleted the old profile and moved on.
Author
Owner

@fips21 commented on GitHub (May 16, 2025):

I see there are several issues about this same error (Status code 400). IDK if they all have the same root cause, but here's how I solved mine. (I started having this problem with Google Calendar. It wasn't a transient condition. It was just not syncing anymore.)

I created a new sync profile. Not only did I not change any parameters in it (left everything default), but I compared the new profile to the old one, and everything that I could see in the 2 profiles' settings (incl. Advanced) was identical. Yet, the new profile was syncing, and the old one kept giving me 400. So I deleted the old profile and moved on.

Seems like it's working with new profile. Thanks.

<!-- gh-comment-id:2885717542 --> @fips21 commented on GitHub (May 16, 2025): > I see there are several issues about this same error (Status code 400). IDK if they all have the same root cause, but here's how I solved mine. (I started having this problem with Google Calendar. It wasn't a transient condition. It was just not syncing anymore.) > > I created a new sync profile. Not only did I not change any parameters in it (left everything default), but I compared the new profile to the old one, and everything that I could see in the 2 profiles' settings (incl. Advanced) was identical. Yet, the new profile was syncing, and the old one kept giving me 400. So I deleted the old profile and moved on. Seems like it's working with new profile. Thanks.
Author
Owner

@petero-dk commented on GitHub (Jun 10, 2025):

I see there are several issues about this same error (Status code 400). IDK if they all have the same root cause, but here's how I solved mine. (I started having this problem with Google Calendar. It wasn't a transient condition. It was just not syncing anymore.)

I created a new sync profile. Not only did I not change any parameters in it (left everything default), but I compared the new profile to the old one, and everything that I could see in the 2 profiles' settings (incl. Advanced) was identical. Yet, the new profile was syncing, and the old one kept giving me 400. So I deleted the old profile and moved on.

This fixed it for me, I have seen this error start showing when I have recurring meetings that are cancelled and moved in Outlook, IDK if that is related but once the error start showing I also see errors with changes to recurring meetings.

<!-- gh-comment-id:2960014635 --> @petero-dk commented on GitHub (Jun 10, 2025): > I see there are several issues about this same error (Status code 400). IDK if they all have the same root cause, but here's how I solved mine. (I started having this problem with Google Calendar. It wasn't a transient condition. It was just not syncing anymore.) > > I created a new sync profile. Not only did I not change any parameters in it (left everything default), but I compared the new profile to the old one, and everything that I could see in the 2 profiles' settings (incl. Advanced) was identical. Yet, the new profile was syncing, and the old one kept giving me 400. So I deleted the old profile and moved on. This fixed it for me, I have seen this error start showing when I have recurring meetings that are cancelled and moved in Outlook, IDK if that is related but once the error start showing I also see errors with changes to recurring meetings.
Author
Owner

@Funkem commented on GitHub (Aug 10, 2025):

Hello together,
we have the same error and a new profile works a few day before it fails again. What can we do to help? Maybe deliver some logs?
Of course, we are using the latest version.

CalDavSynchronizer.DataAccess.WebDavClientException: Response status code does not indicate success: '400' ('Bad Request'). Message:

<D:error xmlns:D="DAV:"/>

bei CalDavSynchronizer.DataAccess.HttpClientBasedClient.WebDavClient.d__10.MoveNext()
--- Ende der Stapelüberwachung vom vorhergehenden Ort, an dem die Ausnahme ausgelöst wurde ---
bei System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
bei System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
bei CalDavSynchronizer.DataAccess.HttpClientBasedClient.WebDavClient.d__9.MoveNext()
--- Ende der Stapelüberwachung vom vorhergehenden Ort, an dem die Ausnahme ausgelöst wurde ---
bei System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
bei System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
bei CalDavSynchronizer.DataAccess.HttpClientBasedClient.WebDavClient.d__8.MoveNext()
--- Ende der Stapelüberwachung vom vorhergehenden Ort, an dem die Ausnahme ausgelöst wurde ---
bei System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
bei System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
bei CalDavSynchronizer.DataAccess.CalDavDataAccess.d__28.MoveNext()
--- Ende der Stapelüberwachung vom vorhergehenden Ort, an dem die Ausnahme ausgelöst wurde ---
bei System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
bei System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
bei CalDavSynchronizer.Implementation.CalDavRepository1.<TryUpdate>d__16.MoveNext() --- Ende der Stapelüberwachung vom vorhergehenden Ort, an dem die Ausnahme ausgelöst wurde --- bei System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() bei CalDavSynchronizer.Implementation.CalDavRepository1.d__16.MoveNext()
--- Ende der Stapelüberwachung vom vorhergehenden Ort, an dem die Ausnahme ausgelöst wurde ---
bei System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
bei GenSync.EntityRepositories.BatchEntityRepositoryAdapter`4.d__3.MoveNext()

<!-- gh-comment-id:3172458801 --> @Funkem commented on GitHub (Aug 10, 2025): Hello together, we have the same error and a new profile works a few day before it fails again. What can we do to help? Maybe deliver some logs? Of course, we are using the latest version. CalDavSynchronizer.DataAccess.WebDavClientException: Response status code does not indicate success: '400' ('Bad Request'). Message: <?xml version="1.0" encoding="UTF-8"?> <D:error xmlns:D="DAV:"/> bei CalDavSynchronizer.DataAccess.HttpClientBasedClient.WebDavClient.<EnsureSuccessStatusCode>d__10.MoveNext() --- Ende der Stapelüberwachung vom vorhergehenden Ort, an dem die Ausnahme ausgelöst wurde --- bei System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() bei System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) bei CalDavSynchronizer.DataAccess.HttpClientBasedClient.WebDavClient.<ExecuteWebDavRequest>d__9.MoveNext() --- Ende der Stapelüberwachung vom vorhergehenden Ort, an dem die Ausnahme ausgelöst wurde --- bei System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() bei System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) bei CalDavSynchronizer.DataAccess.HttpClientBasedClient.WebDavClient.<ExecuteWebDavRequestAndReturnResponseHeaders>d__8.MoveNext() --- Ende der Stapelüberwachung vom vorhergehenden Ort, an dem die Ausnahme ausgelöst wurde --- bei System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() bei System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) bei CalDavSynchronizer.DataAccess.CalDavDataAccess.<TryUpdateEntity>d__28.MoveNext() --- Ende der Stapelüberwachung vom vorhergehenden Ort, an dem die Ausnahme ausgelöst wurde --- bei System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() bei System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) bei CalDavSynchronizer.Implementation.CalDavRepository`1.<TryUpdate>d__16.MoveNext() --- Ende der Stapelüberwachung vom vorhergehenden Ort, an dem die Ausnahme ausgelöst wurde --- bei System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() bei CalDavSynchronizer.Implementation.CalDavRepository`1.<TryUpdate>d__16.MoveNext() --- Ende der Stapelüberwachung vom vorhergehenden Ort, an dem die Ausnahme ausgelöst wurde --- bei System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() bei GenSync.EntityRepositories.BatchEntityRepositoryAdapter`4.<PerformOperations>d__3.MoveNext()
Author
Owner

@elzik commented on GitHub (Nov 7, 2025):

I have the same issue here.

CalDavSynchronizer.DataAccess.WebDavClientException: Response status code does not indicate success: '400' ('Bad Request'). Message:
<?xml version="1.0" encoding="UTF-8"?>
<D:error xmlns:D="DAV:"/>

   at CalDavSynchronizer.DataAccess.HttpClientBasedClient.WebDavClient.<EnsureSuccessStatusCode>d__10.MoveNext()

I have noticed that it seems to happen for recurring calendar events from my Exchange account, but crucially, someone then rearranges the date of a single instance of that recurring event. When Outlook CalDav Synchronizer tries to sync that specific recurring event, I get the error.

<!-- gh-comment-id:3501330569 --> @elzik commented on GitHub (Nov 7, 2025): I have the same issue here. ``` CalDavSynchronizer.DataAccess.WebDavClientException: Response status code does not indicate success: '400' ('Bad Request'). Message: <?xml version="1.0" encoding="UTF-8"?> <D:error xmlns:D="DAV:"/> at CalDavSynchronizer.DataAccess.HttpClientBasedClient.WebDavClient.<EnsureSuccessStatusCode>d__10.MoveNext() ``` I have noticed that it seems to happen for recurring calendar events from my Exchange account, but crucially, someone then rearranges the date of a single instance of that recurring event. When Outlook CalDav Synchronizer tries to sync that specific recurring event, I get the error.
Author
Owner

@nhl4000 commented on GitHub (Dec 12, 2025):

I had the same issue from Outlook to Google (with synchronization mode: Outlook -> Server (Merge)).

CalDavSynchronizer.DataAccess.WebDavClientException: Response status code does not indicate success: '400' ('Bad Request').

I do believe a client changed something with recurring calendar events and it messed things up.

I was able to resolve the issue by:

  1. Opening "Synchronization Profiles"
  2. Selecting the profile with the issue
  3. Clicking on "Copy selected profile"
  4. Untick the original profile with the issue & check on the newly copied profile.
  5. Sync! No more issues.
<!-- gh-comment-id:3646532176 --> @nhl4000 commented on GitHub (Dec 12, 2025): I had the same issue from Outlook to Google (with synchronization mode: Outlook -> Server (Merge)). `CalDavSynchronizer.DataAccess.WebDavClientException: Response status code does not indicate success: '400' ('Bad Request').` I do believe a client changed something with recurring calendar events and it messed things up. I was able to resolve the issue by: 1. Opening "Synchronization Profiles" 2. Selecting the profile with the issue 3. Clicking on "Copy selected profile" 4. Untick the original profile with the issue & check on the newly copied profile. 5. Sync! No more issues.
Author
Owner

@lesebas commented on GitHub (Dec 12, 2025):

Same issue for me, solved by duplicating the sync profil and deleting the old one.

<!-- gh-comment-id:3646803642 --> @lesebas commented on GitHub (Dec 12, 2025): Same issue for me, solved by duplicating the sync profil and deleting the old one.
Author
Owner

@fips21 commented on GitHub (Dec 13, 2025):

Same issue for me, solved by duplicating the sync profil and deleting the old one.

Did that some weeks ago but next day same problem again. Now I reduced the time period to zero days in the past and only 30 days in the future. Looks good so far.

<!-- gh-comment-id:3649599121 --> @fips21 commented on GitHub (Dec 13, 2025): > Same issue for me, solved by duplicating the sync profil and deleting the old one. Did that some weeks ago but next day same problem again. Now I reduced the time period to zero days in the past and only 30 days in the future. Looks good so far.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/outlookcaldavsynchronizer#420
No description provided.