diff options
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 |