Google Calendar and Gmail integration
Hey guys, I am trying to integrate Google Calendar and Gmail, I already updated my .env file and it seems to connect well, I am not getting any error, but in my Twenty, nothing changes. What could it be?
10 Replies
Are you using redis?
No, it keeps importing for a long time and nothing changes
What about worker and cron jobs?
are u running npx nx run twenty-server:worker ?
Also if you are not using redis you should try it!
Actually, I was not running worker...
I followed these steps and Gmail is working now:
- as 3rd terminal
-
-
Google calendar still doesn't seem to be working, I don't know what else I can do about it, do you know what I can do? Thanks for the help so far!
there is a cron job for that too
yarn command:prod cron:calendar:calendar-event-list-fetch
also make sure you enable these apis on google cloud console
Already did it but nothing changes
Thats strange
did u check calendarChannel table if its being populated?
I changed my Google account and the command before worked, thanks so much
🙌