viewing ICS calendar in outlook 2007
Gavin McCullagh
gavin.mccullagh at gcd.ie
Thu Mar 18 17:15:25 CET 2010
Hi,
On Wed, 17 Mar 2010, Gunnar Wrobel wrote:
> Quoting Gavin McCullagh <gavin.mccullagh at gcd.ie>:
> > We found another way to do this in Outlook which works.
> >
> > - Right click on a calendar and click "publish to calendar server"
> > - select webdav calendar.
> > - Add this rewrite rule to apache config:
> > RewriteRule rpc.php/kronolith/(.*?)/(.*?)_Calendar\.ics$
> > rpc.php/kronolith/$1/$1.ics [L]
Just to be clear, the address we point outlook at is:
https://<server>/client/rpc.php/kronolith/<username>/
(username is the full email address including @domain).
> > This allows Outlook to read the remote Calendar. However, it can't
> > actually publish to it.
>
> Do you see any errors in the logs on the server side when trying to publish?
client/horde.log has:
Mar 18 16:07:27 HORDE [notice] [imp] Login success for xxxxxxxxxxxxxxx at yyyyyy.zz [172.16.17.41] to {server.tld:143 [imap/notls/novalidate-cert]} [pid 32226 on line 304 of "/kolab/var/kolab/www/client/imp/lib/Session.php"]
Mar 18 16:07:27 HORDE [debug] [kronolith] Hook _horde_hook_share_init in application horde not called. [pid 32226 on line 1683 of "/kolab/var/kolab/www/client/lib/Horde.php"]
Mar 18 16:07:27 HORDE [debug] [horde] Max memory usage: 20447232 bytes [pid 32226 on line 339 of "/kolab/var/kolab/www/client/lib/Horde/Registry.php"]
Mar 18 16:07:27 HORDE [debug] [horde] IMAP errors: SECURITY PROBLEM: insecure server advertised AUTH=PLAIN [pid 32226 on line 175 of "/kolab/var/kolab/www/client/imp/lib/IMAP.php"]
Apache's access.log has
172.16.17.41 - xxxxxxxxxxxxxxx at yyyyyy.zz [18/Mar/2010:15:50:41 +0000] "PROPFIND /client/rpc.php/kronolith/xxxxxxxxxxxxxxx at yyyyyy.zz/ HTTP/1.1" 207 1031
172.16.17.41 - - [18/Mar/2010:15:50:44 +0000] "PUT /client/rpc.php/kronolith/xxxxxxxxxxxxxxx at yyyyyy.zz/Name_Calendar.ics HTTP/1.1" 400 354
The PROPFIND is apparently okay, but the following line gives a 400 error.
Gavin
More information about the users
mailing list