We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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?
The text was updated successfully, but these errors were encountered:
I got this working by appending the EXDATE to the RRULE
EXDATE
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
Sorry, something went wrong.
Resolved by #246
No branches or pull requests
How to exclude dates when repeating an event?
The text was updated successfully, but these errors were encountered: