#Google Calendar and Gmail integration

1 messages · Page 1 of 1 (latest)

sonic finch
#

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?

waxen mortar
#

Are you using redis?

sonic finch
#

No, it keeps importing for a long time and nothing changes

waxen mortar
#

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!

sonic finch
#

Actually, I was not running worker...
I followed these steps and Gmail is working now:

  • npx nx run twenty-server:worker as 3rd terminal
  • yarn command:prod cron:messaging:messages-import
  • yarn command:prod cron:messaging:message-list-fetch

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!

waxen mortar
#

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

sonic finch
#

Already did it but nothing changes

waxen mortar
#

Thats strange

#

did u check calendarChannel table if its being populated?

sonic finch
#

I changed my Google account and the command before worked, thanks so much