-
This app is amazing and so useful. I want to create a recurring event every Thursday for the next 4 Thursdays. Is there a way to set the startDate property as "the next Thursday"? I tried startDate="today" with the below code, hoping that it might start from today and find the next Thursday due to the recurrences RRULE but it didn't work. <add-to-calendar-button |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Hi @oulondo, Interesting case. For now: Imho, you don't need it. If it should always start at the next possible Thursday, you could simply set last Thursday. From a user's perspective it should not make that much of a difference. |
Beta Was this translation helpful? Give feedback.
-
I am also running into this issue where I am setting up an indefinite weekly occurrence for a Friday meeting. If use startDate="today" it ignores the RRULE's BYDAY setting and uses today day of week. It looks like I have to set the startDate to the upcoming Friday and change it every week, which isn't great. Is there a better option? Thank you! |
Beta Was this translation helpful? Give feedback.
ah, no. When you limit the number of occurrences, this would not work. Sorry.
For indefinite recurrence, it could work this way.
Then, for now, your only chance is to calculate the next day within your application and pass this date to the button.
Will put this on our roadmap.