Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Add help/calendar section #18580

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 26 additions & 15 deletions help/calendars/how-to-add-apple-calendar.mdx
Original file line number Diff line number Diff line change
@@ -1,26 +1,37 @@
***

# How to Connect Your Apple Calendar

Connecting your Apple Calendar helps Cal.com check when you're free or busy. This avoids double bookings and ensures new bookings are added to the right calendar.

Follow these steps:

1. **Log in to your Cal.com account**.
- Go to **Settings** and click the **Calendars** tab.
1. **Log in to your Cal.com account**.

* Go to **Settings** and click the **Calendars** tab.

2. **Add a Calendar**:

* Click **Add Calendar**.

* You’ll be taken to our App Store.

3. **Install the Calendar**:

* Choose **Apple Calendar** and click **Install**.

4. **Log in with Your Apple ID**:

* Sign in with your Apple ID.

* Allow the permissions if asked.

2. **Add a Calendar**:
- Click **Add Calendar**.
- You’ll be taken to our App Store.
5. **Set Up and Adjust Settings**:

3. **Install the Calendar**:
- Choose **Apple Calendar** and click **Install**.
* You’ll see your calendar in the **Installed Calendars** section.

4. **Log in with Your Apple ID**:
- Sign in with your Apple ID.
- Allow the permissions if asked.
* Select which calendar to check for conflicts.

5. **Set Up and Adjust Settings**:
- You’ll see your calendar in the **Installed Calendars** section.
- Select which calendar to check for conflicts.
- Add more calendars if needed.
* Add more calendars if needed.

You're all set! Cal.com will now manage your availability and prevent scheduling conflicts.
You're all set! Cal.com will now manage your availability and prevent scheduling conflicts.
1 change: 1 addition & 0 deletions help/calendars/how-to-add-google-calendar.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
# How to Connect Your Google Calendar

Connecting your Google Calendar lets Cal.com check when you're free or busy. This helps prevent double bookings and ensures new bookings are added to the correct calendar.
Expand Down
32 changes: 26 additions & 6 deletions help/mint.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,12 @@
},
{
"group": "Calendars",
"icon": "<i class='fa-light fa-calendar' style='color: #cfd2d8;'></i>",
"iconType": "custom",
"pages": ["calendars/how-to-add-google-calendar", "calendars/how-to-add-apple-calendar"]
"icon": "calendar",
"iconType": "solid",
"pages": [
"calendars/how-to-add-google-calendar",
"calendars/how-to-add-apple-calendar"
]
},
{
"group": "Event Types",
Expand Down Expand Up @@ -132,7 +135,11 @@
"group": "Bookings",
"icon": "calendar-check",
"iconType": "solid",
"pages": ["bookings/no-show", "bookings/paid-bookings", "bookings/prefill-fields"]
"pages": [
"bookings/no-show",
"bookings/paid-bookings",
"bookings/prefill-fields"
]
},
{
"group": "Embedding",
Expand All @@ -151,7 +158,10 @@
"group": "Auth and Provisioning",
"icon": "user-lock",
"iconType": "solid",
"pages": ["auth-and-provision/scim-okta", "auth-and-provision/oidc-with-okta"]
"pages": [
"auth-and-provision/scim-okta",
"auth-and-provision/oidc-with-okta"
]
},
{
"group": "Apps and Integrations",
Expand All @@ -166,6 +176,16 @@
"apps-and-integrations/how-to-build-an-app",
"apps-and-integrations/syncing-third-party"
]
},
{
"group": "Developers",
"icon": "terminal",
"iconType": "solid",
"pages": [
"apps-and-integrations/oauth",
"apps-and-integrations/open-source",
"webhooks"
]
}
]
}
Expand All @@ -175,4 +195,4 @@
"linkedin": "https://www.linkedin.com/company/cal-com/",
"discord": "https://discord.com/invite/calcom"
}
}
}
Loading