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
Hello, I try to have recurrent events, but my recurrenceRule is ignored. First event is visible, but there's not recurrence.
Small example: { id: 'event2', calendarId: 'cal2', title: 'Event2', start: '2024-02-01T09:01:00', end: '2024-02-01T20:00:00', recurrenceRule: 'FREQ=WEEKLY;UNTIL=20241231' }
{ id: 'event2', calendarId: 'cal2', title: 'Event2', start: '2024-02-01T09:01:00', end: '2024-02-01T20:00:00', recurrenceRule: 'FREQ=WEEKLY;UNTIL=20241231' }
Current workaround is to catch the move event and clear + createEvents with updated start and end atrribute, but it's not very elegant ;)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
I try to have recurrent events, but my recurrenceRule is ignored. First event is visible, but there's not recurrence.
Small example:
{ id: 'event2', calendarId: 'cal2', title: 'Event2', start: '2024-02-01T09:01:00', end: '2024-02-01T20:00:00', recurrenceRule: 'FREQ=WEEKLY;UNTIL=20241231' }
Current workaround is to catch the move event and clear + createEvents with updated start and end atrribute, but it's not very elegant ;)
The text was updated successfully, but these errors were encountered: