Skip to content

Instantly share code, notes, and snippets.

@gregneagle
Created June 17, 2014 21:21
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gregneagle/0555a31c814a4a8478b0 to your computer and use it in GitHub Desktop.
Save gregneagle/0555a31c814a4a8478b0 to your computer and use it in GitHub Desktop.
<?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>CalDAVAccountDescription</key>
<string>My Organization</string>
<key>CalDAVHostName</key>
<string>calendar.google.com</string>
<key>CalDAVPassword</key>
<string>$USERPASSWORD$</string>
<key>CalDAVPort</key>
<real>443</real>
<key>CalDAVPrincipalURL</key>
<string>https://calendar.google.com/calendar/dav/$USERNAME$/user/</string>
<key>CalDAVUseSSL</key>
<true/>
<key>CalDAVUsername</key>
<string>$USERNAME$</string>
<key>PayloadDescription</key>
<string>Configures CalDAV account.</string>
<key>PayloadDisplayName</key>
<string>CalDAV (My Organization)</string>
<key>PayloadIdentifier</key>
<string>com.myorganization.config.calendar</string>
<key>PayloadOrganization</key>
<string>My Organization</string>
<key>PayloadType</key>
<string>com.apple.caldav.account</string>
<key>PayloadUUID</key>
<string>8FA9FDBA-E360-4868-A1DD-47230279769E</string>
<key>PayloadVersion</key>
<integer>1</integer>
</dict>
</array>
<key>PayloadDescription</key>
<string>My Organization Calendar settings.</string>
<key>PayloadDisplayName</key>
<string>My Organization Calendar</string>
<key>PayloadIdentifier</key>
<string>com.myorganization.config.calendar</string>
<key>PayloadOrganization</key>
<string>My Organization</string>
<key>PayloadRemovalDisallowed</key>
<false/>
<key>PayloadType</key>
<string>Configuration</string>
<key>PayloadUUID</key>
<string>5802E4FC-FA10-486E-89B9-5C2FD6756FC7</string>
<key>PayloadVersion</key>
<integer>1</integer>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment