mirror of
				https://github.com/mail-in-a-box/mailinabox.git
				synced 2025-10-31 19:00:54 +00:00 
			
		
		
		
	Fix .mobileconfig so CalDAV calendar works on Mac OS X (#1402)
The previous CalDAVPrincipalURL "/cloud/remote.php/caldav/calendars/" causes an error in OS X. See: https://discourse.mailinabox.email/t/caldav-with-macos-10-12-2-does-not-work/1649 and other similar issues. The correct CalDAVPrincipalURL: https://discourse.mailinabox.email/t/caldav-with-macos-10-12-2-does-not-work/1649 but it turns out you can just leave the key/value out completely and OS X/iOS are able to auto discover the correct URL.
This commit is contained in:
		
							parent
							
								
									82844ca651
								
							
						
					
					
						commit
						b0b5d8e792
					
				| @ -18,8 +18,6 @@ | |||||||
|       <string>PRIMARY_HOSTNAME</string> |       <string>PRIMARY_HOSTNAME</string> | ||||||
|       <key>CalDAVPort</key> |       <key>CalDAVPort</key> | ||||||
|       <real>443</real> |       <real>443</real> | ||||||
|       <key>CalDAVPrincipalURL</key> |  | ||||||
|       <string>/cloud/remote.php/caldav/calendars/</string> |  | ||||||
|       <key>CalDAVUseSSL</key> |       <key>CalDAVUseSSL</key> | ||||||
|       <true/> |       <true/> | ||||||
|       <key>PayloadDescription</key> |       <key>PayloadDescription</key> | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user