Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

react native google calendar

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,

like image 716
udarts Avatar asked Oct 30 '17 20:10

udarts


People also ask

How do I add events to Google Calendar in react native?

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.

How do I use calendar in react native?

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 .


1 Answers

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

like image 143
udarts Avatar answered Oct 12 '22 02:10

udarts