mirror of
https://github.com/aluxnimm/outlookcaldavsynchronizer.git
synced 2026-04-26 11:35:47 +03:00
[GH-ISSUE #355] Caldav Synchronizer create a same schedule while it is synchronizing #809
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#809
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 @eungmo on GitHub (Apr 21, 2022).
Original GitHub issue: https://github.com/aluxnimm/outlookcaldavsynchronizer/issues/355
Hi, I'm a CalDAV Server developer.
One of the customer reported that a same schedule is created.
As a result, I think CalDAV Synchronizer request to create one more schedule.
The new schedule's uid is changed.
May I know when CalDAV Synchronizer requests like this?
LOG
< This is the creating/updating same schedule request >
2022-04-07_13:43:32 129.254.170.211 - "PUT /caldav/1111/2222/calendars/3333/040000008200E00074C5B7101A82E008000000008081CD6D854AD8
01000000000000000010000000AD26D175EA724844A8F76CA1641347A9.ics HTTP/1.1" 201 - 174ms "CalDavSynchronizer/4.2" -
2022-04-07_13:43:32 129.254.170.211 - "GET /caldav/1111/2222/calendars/3333/040000008200E00074C5B7101A82E008000000008081CD6D854AD8
01000000000000000010000000AD26D175EA724844A8F76CA1641347A9.ics HTTP/1.1" 200 815 111ms "CalDavSynchronizer/4.2" -
< CalDAV Synchronizer keep requesting >
2022-04-07_13:43:32 129.254.170.211 - "PUT /caldav/1111/2222/calendars/3333/040000008200E00074C5B7101A82E0080000000010DF7B6D854AD8
010000000000000000100000001015BC3FC9DF754489543C254F5CA0D3.ics HTTP/1.1" 201 - 163ms "CalDavSynchronizer/4.2" -
2022-04-07_13:43:32 129.254.170.211 - "GET /caldav/1111/2222/calendars/3333/040000008200E00074C5B7101A82E0080000000010DF7B6D854AD8
010000000000000000100000001015BC3FC9DF754489543C254F5CA0D3.ics HTTP/1.1" 200 786 100ms "CalDavSynchronizer/4.2" -
DB
original schedule
new schedule by CalDAV Synchronizer
This is the CalDAV Synchronizer configuration



