I searching like crazy to find a package for react native that can work with google calendar, getting event data and display that separately (title, description, etc). Does anybody know a package for react native?
Cheers,
To add the calendar event, react-native-add-calendar-event module provides a function called AddCalendarEvent that is promise-based. Through this promise, you can add a new event directly to the calendar app for the mobile platform you are using.
import { Calendar, CalendarList, Agenda } from 'react-native-calendars'; All parameters for components are optional. By default the month of current local date will be displayed. Parameters that require date types accept YYYY-MM-DD formatted date-strings , JavaScript date objects, calendar objects and UTC timestamps .
I ended up using react-native-calendar, but created a code for myself, see the code I used here: https://github.com/wix/react-native-calendars/issues/416#issuecomment-413202491
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With