mirror of
https://github.com/aluxnimm/outlookcaldavsynchronizer.git
synced 2026-04-25 19:15:48 +03:00
[GH-ISSUE #410] Wrong week, Outlook to GCal #395
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#395
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 @rubaboo on GitHub (Jan 18, 2024).
Original GitHub issue: https://github.com/aluxnimm/outlookcaldavsynchronizer/issues/410
Event is created in Outlook as recurring weekly every 5 weeks on Su, Mo, Tu, We, Thu. In other words, every day Sunday to Thursday, in a 5 week cycle, with recurrence range starting on Sunday. Sync'ed to GCal. In GCal, the event appears on the initial Su, nothing on following Mo-Th, then (counting from Sunday) it appears on Mo-Th of the 4th week and Su of the 5th week.
Basically, it appears the Synchronizer has no concept of Sunday to Sat week, which is how I have setup both my Outlook and GCal.
It creates the event on the first Sunday (let's call it week 0), counts the following Monday to Sunday as week 1, and creates the next recurrence on "Monday to Sunday week" number 5.