From 797c2f4b6e5b1ae52c22508ff2196260f7e1dc09 Mon Sep 17 00:00:00 2001 From: Hanch Han <51526347+hanchchch@users.noreply.github.com> Date: Tue, 25 Jun 2024 15:59:31 +0900 Subject: [PATCH] Add calendar cron command on self-hosting-var.mdx (#6009) 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. --- .../src/content/developers/self-hosting/self-hosting-var.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/twenty-website/src/content/developers/self-hosting/self-hosting-var.mdx b/packages/twenty-website/src/content/developers/self-hosting/self-hosting-var.mdx index f741ff475..88ae2e511 100644 --- a/packages/twenty-website/src/content/developers/self-hosting/self-hosting-var.mdx +++ b/packages/twenty-website/src/content/developers/self-hosting/self-hosting-var.mdx @@ -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 @@ -208,4 +209,4 @@ yarn command:prod cron:messaging:message-list-fetch ['CAPTCHA_SECRET_KEY', '', 'The captcha secret key'], ]}> - \ No newline at end of file +