I have a Kolab 16.1 environment currently running the following versions on CentOS 7:
wallace-0.8.7-1.1.el7.kolab_16.noarch
pykolab-0.8.7-1.1.el7.kolab_16.noarch
kolab-16.0.1-4.3.el7.kolab_16.x86_64
python-kolab-2.0-1.11.el7.kolab_16.x86_64
libkolab-2.0-1.11.el7.kolab_16.x86_64
kolab.conf has the following settings in the [wallace] section:
modules = resources, invitationpolicy, footer
footer_text = /etc/kolab/footer.text
footer_html = /etc/kolab/footer.html
resource_calendar_expire_days = 100
kolab_invitation_policy = ALL_SAVE_AND_FORWARD, ACT_MANUAL
Now if a kolab user receives calendar invitation (from ms exchange user), there's is a "placeholder event" created for the invitation event in the calendar. Kolab user does not accept the invitation yet.
Then the invitation sender updates the calendar invitation, and sends an update. Kolab user receives the update email, but the "placeholder event" in the kolab calendar does NOT get (auto) updated to reflect the updated event..
So the user still sees the old invitation placeholder when looking at the calendar, and might miss the event, which is bad.
Is this a known bug? Or is there some other configuration setting that affects this behaviour?