Skip to content

Commit

Permalink
Add calendar cron command on self-hosting-var.mdx (#6009)
Browse files Browse the repository at this point in the history
To enable Google Calendar integration, you need to run `yarn
command:prod cron:calendar:google-calendar-sync` in the worker
container. However, currently, the self-hosting guide does not tell you
how to do it. If you just follow the guide, only Gmail integration will
be enabled. So I added the command for calendar sync cron on
self-hosting-var.mdx.
  • Loading branch information
hanchchch authored Jun 25, 2024
1 parent a001bf1 commit 797c2f4
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Twenty offers integrations with Gmail and Google Calendar. To enable these featu
# from your worker container
yarn command:prod cron:messaging:messages-import
yarn command:prod cron:messaging:message-list-fetch
yarn command:prod cron:calendar:google-calendar-sync
```

# Setup Environment Variables
Expand Down Expand Up @@ -208,4 +209,4 @@ yarn command:prod cron:messaging:message-list-fetch
['CAPTCHA_SECRET_KEY', '', 'The captcha secret key'],
]}></ArticleTable>

<ArticleEditContent></ArticleEditContent>
<ArticleEditContent></ArticleEditContent>

0 comments on commit 797c2f4

Please sign in to comment.