mirror of
https://github.com/aluxnimm/outlookcaldavsynchronizer.git
synced 2026-04-27 03:45:59 +03:00
[GH-ISSUE #414] Last day of month is wrongly converted to VCalendar #398
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#398
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 @cscholz on GitHub (Feb 9, 2024).
Original GitHub issue: https://github.com/aluxnimm/outlookcaldavsynchronizer/issues/414
If a set a recurring event in outlook to the last day of the month, caldav converts this event as
[...]
RRULE:FREQ=MONTHLY;COUNT=12;BYDAY=MO,TU,WE,TH,FR,SA,SU;BYSETPOS=-1
[...]
This produces a daily event instead of a one time event on the last day of the month
If the recurring event is set to one specifc day of the week (e.g. Sunday) for the last day of the month it looks like
[...]
RRULE:FREQ=MONTHLY;COUNT=11;BYDAY=SU;BYSETPOS=-1
[...]
is this issue a convert issue or does carddav not support the repetition (last day of the month)?