From fcec4b8159c1b33105413e50469a4d8f4843dfc3 Mon Sep 17 00:00:00 2001 From: Allen Houchins <32207388+allenhouchins@users.noreply.github.com> Date: Tue, 9 Dec 2025 10:25:20 -0600 Subject: [PATCH] Disable calendar events for enrollment profile policy (#36964) This pull request makes a minor change to the `enrollment-profile-up-to-date.yml` policy by disabling calendar events for the macOS platform. --- .../lib/macos/policies/enrollment-profile-up-to-date.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/it-and-security/lib/macos/policies/enrollment-profile-up-to-date.yml b/it-and-security/lib/macos/policies/enrollment-profile-up-to-date.yml index 17ca1888bf..98af3492ee 100644 --- a/it-and-security/lib/macos/policies/enrollment-profile-up-to-date.yml +++ b/it-and-security/lib/macos/policies/enrollment-profile-up-to-date.yml @@ -15,4 +15,4 @@ If you encounter any issues, please reach out via #help-dogfooding. platform: darwin - calendar_events_enabled: true + calendar_events_enabled: false