> For the complete documentation index, see [llms.txt](https://docs.pagerly.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pagerly.io/sync-pagerduty-opsgenie-oncall-schedule.md).

# Sync Pagerduty/Opsgenie Oncall Schedule

- [Overview](https://docs.pagerly.io/sync-pagerduty-opsgenie-oncall-schedule/overview.md)
- [Sync Schedule from Tools (Pagerduty, Opsgenie Datadog, etc)](https://docs.pagerly.io/sync-pagerduty-opsgenie-oncall-schedule/sync-schedule-from-tools-pagerduty-opsgenie-datadog-etc.md): Sync Teams schedule from external tools like Pagerduty, Opsgenie, Google Calendar, JSM Ops etc
- [Retrieving Schedule Id for PagerDuty](https://docs.pagerly.io/sync-pagerduty-opsgenie-oncall-schedule/sync-schedule-from-tools-pagerduty-opsgenie-datadog-etc/retrieving-schedule-id-for-pagerduty.md): This section covers if you integrating PagerDuty. If you are using any other tool you can skip this section.
- [Schedule for JSM Operations](https://docs.pagerly.io/sync-pagerduty-opsgenie-oncall-schedule/sync-schedule-from-tools-pagerduty-opsgenie-datadog-etc/schedule-for-jsm-operations.md): This section covers if you integrating JSM Operations. If you are using any other tool you can skip this section.
- [Retrieving Schedule Id for OpsGenie](https://docs.pagerly.io/sync-pagerduty-opsgenie-oncall-schedule/sync-schedule-from-tools-pagerduty-opsgenie-datadog-etc/retrieving-schedule-id-for-opsgenie.md): This section covers if you integrating OpsGenie. If you are using any other tool you can skip this section.
- [Find Sheet Id from Google Sheets](https://docs.pagerly.io/sync-pagerduty-opsgenie-oncall-schedule/sync-schedule-from-tools-pagerduty-opsgenie-datadog-etc/find-sheet-id-from-google-sheets.md): This section covers if you integrating Google Sheets with Slack. If you are using any other tool you can skip this section.
- [Retrieve Calendar Id from Google Calendar](https://docs.pagerly.io/sync-pagerduty-opsgenie-oncall-schedule/sync-schedule-from-tools-pagerduty-opsgenie-datadog-etc/retrieve-calendar-id-from-google-calendar.md): This section covers if you integrating Google Calendar with Slack. If you are using any other tool you can skip this section.
- [Retrieving Schedule Id for Datadog](https://docs.pagerly.io/sync-pagerduty-opsgenie-oncall-schedule/sync-schedule-from-tools-pagerduty-opsgenie-datadog-etc/retrieving-schedule-id-for-datadog.md): This section covers if you integrating PagerDuty. If you are using any other tool you can skip this section.
- [Retrieving Datadog API Key](https://docs.pagerly.io/sync-pagerduty-opsgenie-oncall-schedule/sync-schedule-from-tools-pagerduty-opsgenie-datadog-etc/retrieving-datadog-api-key.md): This section covers if you integrating PagerDuty. If you are using any other tool you can skip this section
- [Sync Pagerduty / Opsgenie/ Datadog Oncall Usergroup](https://docs.pagerly.io/sync-pagerduty-opsgenie-oncall-schedule/sync-pagerduty-opsgenie-datadog-oncall-usergroup.md)
- [Sync Schedules to Google Calendar, Linear & Jira](https://docs.pagerly.io/sync-pagerduty-opsgenie-oncall-schedule/sync-schedules-to-google-calendar-linear-and-jira.md)
- [Integrate Pagerly with APIs, Zapier, Make, and n8n](https://docs.pagerly.io/sync-pagerduty-opsgenie-oncall-schedule/integrate-pagerly-with-apis-zapier-make-and-n8n.md)
- [Swap Rotation between users](https://docs.pagerly.io/sync-pagerduty-opsgenie-oncall-schedule/swap-rotation-between-users.md)
- [Import Holidays Calendar](https://docs.pagerly.io/sync-pagerduty-opsgenie-oncall-schedule/import-holidays-calendar.md)
- [Set Reminders](https://docs.pagerly.io/sync-pagerduty-opsgenie-oncall-schedule/set-reminders.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.pagerly.io/sync-pagerduty-opsgenie-oncall-schedule.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
