OSX iCal connection

Gerald Brandt gbr at majentis.com
Thu Oct 29 20:44:17 CET 2015



On 2015-10-29 01:06 PM, Gerald Brandt wrote:
> Hi,
>
> I'm having issues connecting Apple's iCal to Kolab's CalDav server. 
> Has anybody done it and can let me know their settings?
>
> Gerald
>
Oops, already created a virtual host for caldav in Apache:

<VirtualHost *:80>
    ServerAdmin itservices at eexample.com
    <Directory "/usr/share/iRony/public_html/">
        AllowOverride All
        Order Allow,Deny
        Allow from All
        RewriteEngine On
        RewriteBase /
        RewriteRule ^\.well-known/caldav   / [R,L]
        RewriteRule ^\.well-known/carddav  / [R,L]
        RewriteCond  %{REQUEST_FILENAME}  !-f
        RewriteCond  %{REQUEST_FILENAME}  !-d
        RewriteRule  (.*)                 index.php  [qsappend,last]
    </Directory>
    DocumentRoot /usr/share/iRony/public_html/
    ServerName caldav.example.com
    ErrorLog /var/log/caldav.example.com.com-error_log
    CustomLog /var/log/caldav.example.com-access_log common
</VirtualHost>

The log file show this on attempted connection:

  - [29/Oct/2015:14:39:59 -0500] "PROPFIND /.well-known/caldav HTTP/1.1" 
302 546
  - [29/Oct/2015:14:39:59 -0500] "PROPFIND / HTTP/1.1" 403 541
  - [29/Oct/2015:14:39:59 -0500] "PROPFIND / HTTP/1.1" 403 541
  - [29/Oct/2015:14:39:59 -0500] "PROPFIND /caldav/v2 HTTP/1.1" 403 550
  - [29/Oct/2015:14:40:00 -0500] "PROPFIND 
/principals/users/gbr%40erlphase.com/ HTTP/1.1" 403 577
  - [29/Oct/2015:14:40:00 -0500] "PROPFIND /principals/ HTTP/1.1" 403 552
  - [29/Oct/2015:14:40:00 -0500] "PROPFIND /dav/principals/ HTTP/1.1" 
403 556




More information about the users mailing list