diff --git a/docs/developing/guides/automation/webhooks.mdx b/docs/developing/guides/automation/webhooks.mdx index 21893a4368..10a6d65c81 100644 --- a/docs/developing/guides/automation/webhooks.mdx +++ b/docs/developing/guides/automation/webhooks.mdx @@ -4,7 +4,7 @@ title: "Webhooks" Webhooks offer a great way to automate the flow with other apps when invitees schedule, cancel or reschedule events, or when the meeting ends. - + The webhook subscription allows you to listen to specific trigger events, such as when a booking has been scheduled, for example. You can always listen to the webhook by providing a custom subscriber URL with your own development work. However, if you wish to trigger automations without any development work, you can use the integration with Zapier which connects Cal.com to your apps. diff --git a/docs/platform/atoms/apple-calendar-connect.mdx b/docs/platform/atoms/apple-calendar-connect.mdx index 5840298b5b..ece2d7098f 100644 --- a/docs/platform/atoms/apple-calendar-connect.mdx +++ b/docs/platform/atoms/apple-calendar-connect.mdx @@ -11,9 +11,9 @@ import { Connect } from "@calcom/atoms"; export default function ConnectCalendar() { return ( -
+ <> -
+ ); } ``` @@ -22,7 +22,14 @@ For a demonstration of the Apple calendar connect integration, please refer to t

- +

@@ -37,9 +44,9 @@ import { Connect } from "@calcom/atoms"; export default function ConnectCalendar() { return ( -
+ <> -
+ ); } ``` @@ -49,8 +56,8 @@ For a demonstration of the Apple calendar connect integration for multiple users