diff --git a/forge.config.js b/forge.config.js
index 195d010be3..9e902d9f2f 100644
--- a/forge.config.js
+++ b/forge.config.js
@@ -36,6 +36,12 @@ const config = {
'Access is needed by certain built-in fiddles in addition to any custom fiddles that use the Camera',
Microphone:
'Access is needed by certain built-in fiddles in addition to any custom fiddles that use the Microphone',
+ Calendars:
+ 'Access is needed by certain built-in fiddles in addition to any custom fiddles that may access Calendars',
+ Contacts:
+ 'Access is needed by certain built-in fiddles in addition to any custom fiddles that may access Contacts',
+ Reminders:
+ 'Access is needed by certain built-in fiddles in addition to any custom fiddles that may access Reminders',
},
appCategoryType: 'public.app-category.developer-tools',
protocols: [
diff --git a/static/entitlements.plist b/static/entitlements.plist
index 10d1a8d04f..e987db7806 100644
--- a/static/entitlements.plist
+++ b/static/entitlements.plist
@@ -12,5 +12,9 @@
com.apple.security.device.camera
+ com.apple.security.personal-information.addressbook
+
+ com.apple.security.personal-information.calendars
+