diff options
author | Thomas Bruederli <bruederli@kolabsys.com> | 2015-02-02 15:41:28 +0100 |
---|---|---|
committer | Thomas Bruederli <bruederli@kolabsys.com> | 2015-02-02 15:41:28 +0100 |
commit | b26b26f78043dd5c5bce5f2e1708b837e19c28cd (patch) | |
tree | 20a7309acfe9b9e9ac758cadb96b78d5545b2f13 /conf/kolab.conf | |
parent | b8743d943a1bbb2a6fd639d7548eb435899b2829 (diff) | |
download | pykolab-b26b26f78043dd5c5bce5f2e1708b837e19c28cd.tar.gz |
Describe invitationpolicy_autoupdate_other_attendees_on_reply option in config template (#4363)
Diffstat (limited to 'conf/kolab.conf')
-rw-r--r-- | conf/kolab.conf | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/conf/kolab.conf b/conf/kolab.conf index 040ced9..652ab36 100644 --- a/conf/kolab.conf +++ b/conf/kolab.conf @@ -412,9 +412,13 @@ modules = resources, invitationpolicy, footer footer_text = /etc/kolab/footer.text footer_html = /etc/kolab/footer.html -; default settings for kolabInvitationPolicy +; default settings for kolabInvitationPolicy LDAP attribute on user records kolab_invitation_policy = ACT_ACCEPT_IF_NO_CONFLICT:example.org, ACT_MANUAL +; automatically update the participant status from iTip REPLY messages +; in the personal calendars of all other listed participants. +invitationpolicy_autoupdate_other_attendees_on_reply = false + ; number of days past their end resource calendar events should be kept resource_calendar_expire_days = 100 |