---
sourceDocument: Xanadu ServiceNow AI Platform Administration
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/xanadu/platform-administration

 Release :

    - xanadu

ft:locale :

    - en-US

ft:publication_title :

    - Xanadu ServiceNow AI Platform Administration

ft:clusterId :

    - platadm

bundleId :

    - platadm

workflow :

    - Platform


---

# Using schedules and calendars

# Using schedules and calendars {#ariaid-title1}

* Release version: Xanadu
* 
* Updated August 1, 2024
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 2 minutes to read

Specific applications within the ServiceNow AI Platform generate graphical calendar
displays based on schedule pages.
These schedule pages appear in daily, weekly, or monthly views. Currently, the applications using schedule pages include:

* Project Management
* Maintenance Schedules
* Group On-Call Rotation
* Field Service Management
{#r_CreateCalendarsWithSchedulePages__ul_nxz_bs4_r4}  
Schedule pages are records that contain the scripts that determine the functionality of the graphical display.

* Because of the heavy degree of scripting involved in a schedule page, you should, for most instances, use the default schedule pages in the base platform.
* The schedule page uses a URL with a series of parameters attached to generate the graphical display.
* A schedule page controls calendar content (`cmn_schedule_page`) record.
{#r_CreateCalendarsWithSchedulePages__ul_h1d_kvv_kjb}

To access Schedule Pages, navigate to System Scheduler \> Schedules \> Schedule Pages. The Schedule Pages form provides the following fields:  
{#r_CreateCalendarsWithSchedulePages__table_g1z_rs4_r4__entry__3}

| Field | Field Type | Description |
|-|-|-|
| Name | String | General name used to identity the current schedule page. |
| Schedule type | String | Schedule type is a string that is used to uniquely identity the schedule page via the "`sysparm_page_schedule_type`" URI parameter. For example, a schedule page could be accessed as follows: /show_schedule_page.do?sysparm_page_schedule_type=gantt_chart\&sysparm_timeline_task_id=d530bf907f0000015ce594fd929cf6a4 Alternatively, you can access the schedule page can by setting the "sysparm_page_sys_id" URI parameter to the unique 32 character hexadecimal system identifier of the schedule page. |
| View Type | Choice | Each view type displays different field combinations. There are two options available: * Calendars * [Schedule Pages](https://www.servicenow.com/docs/access?context=c_SchedulePages&version=xanadu&pubname=xanadu-application-development&ft:locale=en-US) {#r_CreateCalendarsWithSchedulePages__ul_t2c_mt4_r4} |
| Description | String | General description that provides additional information about the current schedule page. This field is not necessary. |
| Init function name | String | Note: This functionality is only used by Calendar type schedule pages. The init function name specifies the name of the JavaScript function to call inside the Client script function for calendar type schedule pages. |
| HTML | String | Note: This functionality is only used by Calendar type schedule pages.Jelly parses the HTML field, which is a scriptable section. It then injects it into the display page prior to the rest of the calendar. It can be used to pass in variables from the server and define extra fields are necessary. |
| Client script | String | The client script is a scriptable section that allows for configuring options of the schedule page display. The API is different depending on the schedule page view type. |
| Server AJAX processor | String | Note: This functionality is only used by Calendar type schedule pages.The Server AJAX processor is specific to calendar type schedule pages that is used to return a set of schedule items and spans that display. |
[ ]

{#r_CreateCalendarsWithSchedulePages__table_g1z_rs4_r4}
* **[Invoke the Schedule page and view a calendar](https://servicenow-prod.fluidtopics.net/P66r6F1OrX3N252THj30Ag)**   
  You can use the URL from arguments module, a field decoration (dictionary attribute `ref_contributions`), or a UI Action linking to `show_schedule.do`to invoke the Schedule page.
* **[Schedule calendar](https://servicenow-prod.fluidtopics.net/Dz7UhiFaw5Vq07eJ5SsOBA)**   
  Use the Schedule calendar to create, view, and edit events.

**Related concepts**   

* [Holidays](https://servicenow-prod.fluidtopics.net/_cQrm97jSjlXa34mz_mNCg "You can define each individual holiday as a schedule entry to create exceptions to existing schedules.")
* [Parent and child schedules](https://servicenow-prod.fluidtopics.net/8xlXhLrY1MPNmCM1Y~fF7Q "Schedules can have one of two parent-child relationships with other schedules.")
* [Domain support and schedules](https://servicenow-prod.fluidtopics.net/CKehTs8tZmeH733JsejH7w "Domain separation is supported in schedules. Domain separation enables you to separate data, processes, and administrative tasks into logical groupings called domains. You can control several aspects of this separation, including which users can see and access data. Activate the Domain Support [com.glide.domain] plugin to enable the domain separation functionality for schedules.")  
**Related tasks**   

* [Create a holiday schedule for multiple regions](https://servicenow-prod.fluidtopics.net/hSxlerHYGQ_V4jteoSwnmg "You can create holiday schedules for multiple regions that follow the same work schedule but have different holidays.")
* [Define a schedule](https://servicenow-prod.fluidtopics.net/x_GlRiXKo7M7vUp04Z8flw "Configure schedules using schedule and schedule entry records.")
* [Schedule for the fifth instance of a week date](https://servicenow-prod.fluidtopics.net/mZH6X8GQiJeTmN6fIQBqOA "You can select a date that computes to the fifth instance of a weekday for a date near the end of a month for a repeating monthly schedule,")
* [Repeat a monthly schedule](https://servicenow-prod.fluidtopics.net/tjPFtps7JidQ5rriUx0NaA "Repeat a monthly schedule to reduce the amount of time required to define schedules and to provide consistency in scheduling.")  
**Related reference**   

* [Default schedules](https://servicenow-prod.fluidtopics.net/jxHK79vaUHNPIVz85_F0SQ "Default schedules are available in a base system.")

