Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Last day of month is wrongly converted to VCalendar #414

Open
cscholz opened this issue Feb 9, 2024 · 0 comments
Open

Last day of month is wrongly converted to VCalendar #414

cscholz opened this issue Feb 9, 2024 · 0 comments

Comments

@cscholz
Copy link

cscholz commented Feb 9, 2024

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)?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant