<!--
{
  "availability" : [
    "Device Assignment Services: -",
    "VPP License Management: -",
    "iOS: 15.0.0 -",
    "iPadOS: 15.0.0 -",
    "macOS: 14.0.0 -",
    "visionOS: 1.1.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "DeviceManagement",
  "identifier" : "/documentation/DeviceManagement/AccountSubscribedCalendar",
  "metadataVersion" : "0.1.0",
  "role" : "Object",
  "symbol" : {
    "kind" : "Object",
    "modules" : [
      "Device Management"
    ],
    "preciseIdentifier" : "rmdm-declarations:AccountSubscribedCalendar"
  },
  "title" : "AccountSubscribedCalendar"
}
-->

# AccountSubscribedCalendar

The declaration to configure a subscribed calendar.

```
object AccountSubscribedCalendar
```

## Discussion

Specify `com.apple.configuration.account.subscribed-calendar` as the declaration type.

### Configuration availability

|||
|--------------------------------|---------------------------------|
|Allowed in supervised enrollment|iOS, macOS, Shared iPad, visionOS|
|Allowed in device enrollment    |iOS, Shared iPad, visionOS       |
|Allowed in user enrollment      |iOS, macOS, Shared iPad, visionOS|
|Allowed in local enrollment     |iOS, macOS, Shared iPad, visionOS|
|Allowed in system scope         |iOS, visionOS                    |
|Allowed in user scope           |macOS, Shared iPad               |

### Configuration example

```json
{
    "Type": "com.apple.configuration.account.subscribed-calendar",
    "Identifier": "EB13EE2B-5D63-4EBA-810F-5B81D07F5017",
    "ServerToken": "E180CA9A-F089-4FA3-BBDF-94CC159C4AE8",
    "Payload": {
        "VisibleName": "Company Holidays",
        "CalendarURL": "https://calendar.example.com/holidays.ics/"
    }
}
```

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)
