Expo Calendar sync

  1. SDK Version: 38
  2. Platform: android

Hello, I am trying to sync ( with web version of Google Calendar ) calendar which was created by Expo Calendar API.
Creation code:

Calendar.createCalendarAsync({
          accessLevel:"read",
        title:"График работы",
        color:"#ff0000",
        source:{isLocalAccount:false,name:"Работа",type:"com.dentalsoft"},
        name:"Expo",
        timeZone:"Europe/Moscow",
        isVisible:true,
        accessLevel:"owner",
        ownerAccount:"mymail@gmail.com",
        allowsModifications:true,
        isSynced:true
      })

And I set “Synced true”. This calendar works good on phone, but this calendar doesn’t sync with web version ( not visible there ).

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.