Huangbin found out that you have to add the following lines to the SogoUserSources LDAP configuration block in sogo.conf:

KindFieldName = "Kind";
MultipleBookingsFieldName = "MultipleBookings";


Example:

SOGoUserSources = (
        {
            // Used for user authentication
            type = ldap;
            id = users;
            canAuthenticate = YES;
            isAddressBook = NO;
            displayName = "LDAP Authentication";

            [...]

            IMAPLoginFieldName = mail;
            MailFieldNames = (mail);
            bindFields = (mail);
            // Add the following two lines!
            KindFieldName = "Kind";
            MultipleBookingsFieldName = "MultipleBookings";
        },

Now BUSY time of resource is being indicated correctly!

Thanks to all who provided info, the cup to Huangbin!

BR
Irma

_______________________________________________________________



--
users@sogo.nu
https://inverse.ca/sogo/lists

Reply via email to