[GH-ISSUE #355] Caldav Synchronizer create a same schedule while it is synchronizing #340

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

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

  • subject: AAAA
  • started_at: 2022-03-14 09:30:00
  • ended_at: 2022-03-14 10:30:00
  • uid: 040000008200E00074C5B7101A82E00800000000809140003535D80100000000000000001000000003DB84DA18037A4B9DB68EF70FC9FF4B

new schedule by CalDAV Synchronizer

  • subject: AAAA
  • started_at: 2022-03-14 09:30:00
  • ended_at: 2022-03-14 10:30:00
  • uid: 040000008200E00074C5B7101A82E008000000008081CD6D854AD801000000000000000010000000AD26D175EA724844A8F76CA1641347A9

This is the CalDAV Synchronizer configuration
1profile
2Network setting
3Event mapping configuration
4Custom properties mapping

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 - subject: AAAA - started_at: 2022-03-14 09:30:00 - ended_at: 2022-03-14 10:30:00 - uid: 040000008200E00074C5B7101A82E00800000000809140003535D80100000000000000001000000003DB84DA18037A4B9DB68EF70FC9FF4B new schedule by CalDAV Synchronizer - subject: AAAA - started_at: 2022-03-14 09:30:00 - ended_at: 2022-03-14 10:30:00 - uid: 040000008200E00074C5B7101A82E008000000008081CD6D854AD801000000000000000010000000AD26D175EA724844A8F76CA1641347A9 This is the CalDAV Synchronizer configuration ![1profile](https://user-images.githubusercontent.com/1171393/166209771-d337c1ed-48f4-4ca0-b6ba-9f458981047c.png) ![2Network setting](https://user-images.githubusercontent.com/1171393/166209784-3593ee95-91c6-4789-8e53-b48140ae0a3c.png) ![3Event mapping configuration](https://user-images.githubusercontent.com/1171393/166209789-db5694ae-0a9a-42bf-b2af-879f2435d059.png) ![4Custom properties mapping](https://user-images.githubusercontent.com/1171393/166209794-aee73ea6-ab8b-45df-aad2-98c0d0b69264.png)
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#340
No description provided.