Hi,

I'm using SOGo nightly build and Outlook 2016. Outlook is configured
to search for freebusy informations under "Options/Calendar/freebusy
options". The URL is

https://sogo.example.com/SOGo/dav/public/%NAME%@%SERVER%/freebusy.ifb

And it seems, that Outlook can find the freebusy.ifb, but without
information about events e.g.

   BEGIN:VCALENDAR
   PRODID:-//Inverse inc./SOGo 4.0.1//EN
   VERSION:2.0
   BEGIN:VFREEBUSY
   ATTENDEE:mailto:[email protected]
   DTSTAMP:20180822T133252Z
   DTSTART:20180814T220000Z
   DTEND:20190821T220000Z
   END:VFREEBUSY
   END:VCALENDAR

In /etc/sogo/sogo.conf I have

   SOGoEnablePublicAccess = yes;
   SOGoFreeBusyDefaultInterval = (7, 365);

Additionally I set the acl, so that [email protected] has 'PublicViewer' rights to the calendar of [email protected]

   sogo-tool manage-acl get [email protected] Calendar/personal \
   [email protected]
2018-08-22 15:35:42.706 sogo-tool[5864] Rights for [email protected]
   ["PublicViewer"]

From what I unserstand user-b should see in the event planing in Outlook
events from user-a, but that doesn't work. Am I missing something about
the configuration of SOGo? Outlook seems to work fine, because the
Outlook log shows, that it can't find information about events but
connects to the server without errors:

   2018.08.22 15:39:18 [email protected]: Synch operation started \
   (flags = 00000001)
   2018.08.22 15:39:18 [email protected]: UploadItems: 0 messages to \
   send
   2018.08.22 15:39:18 [email protected]: Synch operation completed

Any help is welcome.

Thanks
Thomas
--
[email protected]
https://inverse.ca/sogo/lists

Reply via email to