-
Notifications
You must be signed in to change notification settings - Fork 0
/
cloud_calendar_restriction.mobileconfig
33 lines (33 loc) · 1.13 KB
/
cloud_calendar_restriction.mobileconfig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>PayloadContent</key>
<array>
<dict>
<key>PayloadType</key>
<string>com.apple.applicationaccess</string>
<key>PayloadVersion</key>
<integer>1</integer>
<key>PayloadIdentifier</key>
<string>com.example.cloudcalendarrestriction</string>
<key>PayloadUUID</key>
<string>UUID_FOR_YOUR_PROFILE</string>
<key>PayloadDisplayName</key>
<string>Disable iCloud Calendar</string>
<key>allowCloudCalendar</key>
<false/>
</dict>
</array>
<key>PayloadDisplayName</key>
<string>Cloud Calendar Restriction</string>
<key>PayloadIdentifier</key>
<string>com.example.macos.cloudcalendarrestriction</string>
<key>PayloadType</key>
<string>Configuration</string>
<key>PayloadUUID</key>
<string>UUID_FOR_CONFIGURATION</string>
<key>PayloadVersion</key>
<integer>1</integer>
</dict>
</plist>