Recurring events on mobile platform

We have added recurring events to our scheduler. This is working well for the online (browser-based) app.

We haven’t deployed to production yet, as we have been working to add recurring event capability to our mobile app.

For the mobile version of our app, we are using ReactNative.

We have been using this: https://github.com/jakubroztocil/rrule to convert recurrence event data into RRULE format, and then using that format to display on mobile. However, that package now seems to have a problem with DST changes, so we’re looking for alternatives.

Does anyone know of a JS package that we could use for this purpose - that is, managing (CRUD) recurring events on mobile?

Hello @Patrick :wave:

As you discussed this topic on the other thread:

  • The recurring property accepts RRULE string as well

  • ReactNative is not supported at the moment