Expo Calendar reccurenceRule.occurence not working SDK 37
See original GitHub issueI am using SDK37 Calendar.createEventAsync() and passing this as the event
title: description,
notes: 'Meditation App Reminder',
startDate,
endDate,
allDay: true,
alarms: [
{
relativeOffset: -30,
method: Calendar.AlarmMethod.ALERT
}
],
recurrenceRule: {
frequency: Calendar.Frequency.WEEKLY,
occurence: 4,
interval: 1
}
It only creates one event. I am expecting it to occur weekly
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
react native - Expo Calendar - Using the recurrenceRule ...
I think. Expo-documentation says recurrence rule can be set to null, but this throws an error. Hope this helps!
Read more >Editing calendar recurrence rule via API succeeds
I'm trying to write a script to restrict how far in the future someone can book a room. The API doesn't throw an...
Read more >jqxScheduler API Reference
This rule part MUST be specified in the recurrence rule. COUNT - Number. The Count rule part defines the number of occurrences at...
Read more >Timely All-in-One Events Calendar – Вордпресов додатак
Timely All-in-One Events Calendar is a free WordPress plugin trusted by 150000+ event creators worldwide. Easily create, manage and share events.
Read more >readme.txt
**Customized** themes, colours and fonts to personalize your calendar appearance, as well as header, footer and CSS. * **Easy event creation** and ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
It’s occurring on both Android and iOS.
I made an expo snack for it so you can test.
Here’s the link: https://snack.expo.io/@devoffshorly/expo-calendar-bug
This issue was closed because it has been inactive for 7 days since being marked as stale. Please open a new issue if you believe you are encountering a related problem.