react native google calendar

13,175

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

Share:
13,175
udarts
Author by

udarts

Updated on August 04, 2022

Comments

  • udarts
    udarts over 1 year

    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,

  • Bomber
    Bomber over 5 years
    Do you know how to get a list of shared calendars using the api? The docs are very confusing
  • udarts
    udarts over 5 years
    @Bomber I am not using multiple calendars yet, still looking for that option as well. I just use 1 calendar for now.