Create a prepopulated calendar event

Is there a recommended way of creating a prepopulated calendar event from an Expo app?

i.e.

  1. User opens app
  2. User enters details about event in Expo App UI
  3. User presses a button
  4. Event gets added automatically to calendar

Hey @wexpo this is a great question! I don’t know off the top of my head how to perform step 4 of what you’re suggesting. However I do have a list of calendar components in React Native, maybe this might help you find some code you could use in your project?

https://native.directory/?search=calendar

I hope someone else with more experience can come and help you out on this. I’d like to know too!

@jimmylee thanks. i’ll take a look at that list.

1 Like