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

How to exclude dates when repeating an event? #219

Closed
devboomtech opened this issue Aug 16, 2022 · 2 comments
Closed

How to exclude dates when repeating an event? #219

devboomtech opened this issue Aug 16, 2022 · 2 comments
Labels

Comments

@devboomtech
Copy link

devboomtech commented Aug 16, 2022

How to exclude dates when repeating an event?

@jacobwise
Copy link

I got this working by appending the EXDATE to the RRULE

https://icalendar.org/iCalendar-RFC-5545/3-8-5-1-exception-date-times.html

Make sure you add a line break as it's a separate attribute to the event

...
RRULE:FREQ=DAILY;INTERVAL=1;UNTIL=20221126T000000Z
EXDATE:20221123T210000
END:VEVENT
END:VCALENDAR

@adamgibbons
Copy link
Owner

Resolved by #246

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

No branches or pull requests

3 participants