-
Notifications
You must be signed in to change notification settings - Fork 292
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
saveCalendar doesnt appear in google calendar #450
Comments
got it somewhat fixed, its less than ideal but the calendar has to be set to local |
Same issue Please tell me solution if anyone has solved |
const saveAllEventCalendar = events => {
}) |
still not fixed |
Just use a local calendar, I never figured out what the issue was and this project doesn't seem to be maintained anymore |
when i call saveCalendar, it gets added and i can fetch it with fetchCalendars, i can add events to it and it works well. The calendar/events never show up in google calendar or any other app, despite it being synced. This calendar also gets deleted after some inactivity so when i go back to the app i have to remake all the events and calendar. Adding events to an existing calendar works fine.
Environment
using expo so 'react-native info' doesn't exist
Steps to Reproduce
`const source = {
name: '[email protected]',
type: 'com.google',
isLocalAccount: false,
}
Expected Behavior
i expect the calendar i create to appear in google calendars and not to get deleted after a while
Actual Behavior
self explanatory
The text was updated successfully, but these errors were encountered: