question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Expo Calendar reccurenceRule.occurence not working SDK 37

See original GitHub issue

I 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:closed
  • Created 3 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
lacsinagramarcommented, Oct 5, 2020

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

0reactions
github-actions[bot]commented, Feb 10, 2022

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found