Skip to content
New issue

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

Bi weekly recurrency #389

Open
weslei-dias-vakt opened this issue Sep 27, 2021 · 3 comments
Open

Bi weekly recurrency #389

weslei-dias-vakt opened this issue Sep 27, 2021 · 3 comments

Comments

@weslei-dias-vakt
Copy link

It's possible to configure a frequency as bi-weekly?

@pedrohff360
Copy link

pedrohff360 commented Apr 3, 2022

There's some update about it? I'm trying to understand it too.. how can we create weekly events like: only monday, friday and saturday? Didn't find any field to accomplish it.

@LeandraH
Copy link

That is what the interval is for. To get e.g. a bi-weekly event, you would set the recurrenceRule to be { frequency: 'weekly', interval: 2 }
https://github.com/wmcmahan/react-native-calendar-events/wiki/Create-recurring-event#overview

@SirCameron
Copy link

There is no way to set the days of the week (mon, tue, wed, etc...) with weekly recurrence... Using calendars on iOS and Android, one can set which days of the week a weekly event will occur.
In tests, I saw that this data is not retrieved when getting the event by ID, nor is it defined in the types..

How can one get this recurrence data?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants