You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: content/en/service_management/on-call/schedules.md
+29-1
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,7 @@ The **Final Schedule** is composed of all layers. Lower layers take precedence o
40
40
-_One Week_ (168 hours)
41
41
-_Custom_
42
42
-**Handoff Time**: The date and time when shifts are swapped to the next person.
43
+
-**End time**: The date and time after which no more shifts are scheduled for this layer.
43
44
-**Conditions**: Time conditions applied to each shift. This enables you to restrict the timeframe of on-call shifts. For example, Monday to Friday from 9:00 AM to 5:00 PM.
44
45
-**Members**: The list of individuals who perform on-call duties. These individuals take shifts in the order in which you add them to the list.
45
46
1. Select **Create**.
@@ -62,9 +63,36 @@ If you are part of an On-Call rotation, and you know that you will be out of off
62
63
63
64
Other channel members can select **Take it** to schedule themselves to override your shift.
64
65
66
+
### Export schedules
67
+
68
+
The Export Shifts feature allows you to integrate your on-call schedule into your preferred calendar app (for example, Google Calendar, Apple Calendar, or Outlook) using a `.webcal` link. Whether you are part of multiple rotations, planning personal time around shifts, or aiming to increase team visibility, this feature ensures your on-call responsibilities are accessible and always up-to-date.
69
+
70
+
#### Export and sync schedules
71
+
1. To generate a `.webcal` link, go to the [**On-Call** > **Schedules**][1] section in your account.
72
+
2. Select **Export My Shifts**. A link is auto-generated for you.
73
+
3. Hit **Copy Link**.
74
+
4. After copying the link, use it in your calendar app. For example:
75
+
- Google Calendar: [Follow these instructions from Google (under 'Use a link to add a public calendar').][3]
76
+
- Outlook: [Microsoft's guide to subscribing to internet calendars.][4]
77
+
- Apple Calendar: [Learn how to subscribe to calendars on Mac or iPhone.][5]
78
+
79
+
If your on-call schedule changes, updates are automatically reflected in the linked calendar, ensuring you always have the most accurate view of your responsibilities. If needed, revoke access to a previously shared link by generating a new one, which invalidates the old URL.
80
+
81
+
Most calendar apps support notifications—enabled reminders to get alerts before your shifts start, but you can also configure shift reminders through SMS, push notification, and email in your [Datadog On-Call profile settings][6].
82
+
83
+
#### Troubleshooting schedule exports
84
+
85
+
If you encounter issues when exporting your On-Call schedule feeds to Google Calendar (such as "could not fetch URL) or Outlook ("Couldn't import calendar. Try again"), try the following fixes when initially subscribing to the calendar through URL:
86
+
87
+
- Change `webcal://` to `http://` or `https://` at the beginning of the URL. For example, change `webcal://<your_personal_link>` to `http://<your_personal_link>`.
0 commit comments