cal/packages/app-store/zohocalendar
Joe Au-Yeung 26637cda08
fix: When Installing Calendar App, Set Primary Calendar As Selected Calendar (#12291)
* GCal set primary calendar on install

* Outlook set default calendar as selected cal

* Zoho create selected calendar on install

* Lark create selected cal on install
2023-11-09 14:47:53 +00:00
..
api fix: When Installing Calendar App, Set Primary Calendar As Selected Calendar (#12291) 2023-11-09 14:47:53 +00:00
lib chore: update `tslog` from 3.2.1 to 4.9.2 (#11717) 2023-10-17 19:00:48 +00:00
static feat: Zoho Calendar (#10429) 2023-09-25 14:04:37 +05:30
types feat: Zoho Calendar (#10429) 2023-09-25 14:04:37 +05:30
config.json feat: Alby integration (#11495) 2023-09-28 12:03:01 +00:00
DESCRIPTION.md refactor: Use template literal instead of '+' operator (#11444) 2023-10-03 11:52:19 -07:00
index.ts feat: Zoho Calendar (#10429) 2023-09-25 14:04:37 +05:30
package.json feat: Zoho Calendar (#10429) 2023-09-25 14:04:37 +05:30
README.md refactor: Use template literal instead of '+' operator (#11444) 2023-10-03 11:52:19 -07:00
zod.ts feat: Zoho Calendar (#10429) 2023-09-25 14:04:37 +05:30

Zoho Calendar

Obtaining Zoho Calendar Client ID and Secret

  1. Open Zoho API Console and sign into your account, or create a new one.
  2. Create a "Server-based Applications", set the Redirect URL for OAuth <Cal.com URL>/api/integrations/zohocalendar/callback replacing Cal.com URL with the URI at which your application runs.
  3. Fill in any information you want in the "Client Details" tab
  4. Go to tab "Client Secret" tab.
  5. Now copy the Client ID and Client Secret into your app keys in the Cal.com admin panel (<Cal.com>/settings/admin/apps).
  6. Back in Zoho API Console,
  7. In the "Settings" section check the "Multi-DC" option if you wish to use the same OAuth credentials for all data centers.
  8. Click the "Save"/ "UPDATE" button at the bottom footer.
  9. You're good to go. Now you can easily add your Zoho Calendar integration in the Cal.com settings at /settings/my-account/calendars.
  10. You can access your Zoho calendar at https://calendar.zoho.com/

NOTE: If you use multiple calendars with Cal, make sure you enable the toggle to prevent double-bookings across calendar. This is in /settings/my-account/calendars.