calendars
moozer
bigmoozer at gmail.com
Sun Dec 8 23:15:52 CET 2013
Hi all
Having followed a lot of hints from you at this list, I now a working
kolab 3.1 up and running. It is not that difficult, unless you use the
wrong repos, bad pinning, no fqdn and contact instead og kolab users :-)
I am now back to my original problem of participant availability, aka.
free/busy. It does not get shown and I don't see anything related in the
logs.
How to setup free/busy?
Also, I have a shared calendar that is shared for all users. I expected
it to show up in the list of available calendars for every other user.
My 3.0 installation did that.
How to get access to calendars?
Version and config info below.
--
regards
moz
the free busy package is installed
# dpkg -l | grep kolab-freebusy
ii kolab-freebusy 1.0.2-1
all Free/Busy for Kolab Groupware
The corresponding configuration file
# cat /etc/kolab-freebusy/config.ini
[trustednetworks]
allow[] = ::1
[log]
driver = file
path = ./log
name = freebusy
level = 300
[directory "local"]
type = static
filter = "@yourdomain"
fbsource = file:/var/lib/kolab-freebusy/%s.ifb
[directory "kolab-ldap"]
type = ldap
host = ldap://localhost:389
bind_dn = uid=kolab-service,ou=Special Users,dc=testhome,dc=dk
bind_pw = xxx
base_dn = dc=testhome,dc=dk
filter = "(&(objectClass=kolabInetOrgPerson)(|(uid=%s)(mail=%s)(alias=%s)))"
attributes[] = mail
lc_attributes[] = mail
fbsource = file:/var/lib/kolab-freebusy/%mail.ifb
loglevel = 100
[directory "exchange"]
type = static
filter = "@microsoft.com$"
fbsource = https://externalhost/free-busy/%s.ics
format = Exchange2010
More information about the users
mailing list