From 847ce2e7fa2bd5b722cbc4b88ed9e5157b0c6f96 Mon Sep 17 00:00:00 2001 From: Rob Luke Date: Wed, 10 Jul 2024 20:28:13 +1000 Subject: [PATCH] Update self-hosting-var.mdx calendar instructions (#6175) Is this correct following #6141? --- .../src/content/developers/self-hosting/self-hosting-var.mdx | 2 +- 1 file changed, 1 insertion(+), 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 4badf15e3..f133fde18 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,7 +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 +yarn command:prod cron:calendar:calendar-event-list-fetch ``` # Setup Environment Variables