My setup is Zimbra GA 4.5.10 on ubuntu 6.06LTS.
So here is what I did :
- created a ressource called
calendrier@zimbra.revolutionlinux.com
- created a calender called usherbrooke
- created a group/list called
usherbrooke@zimbra.revolutionlinux.com
- added the user
bob@zimbra.revolutionlinux.com to the usherbrooke group
with zmmailbox
- Give manager rights to group usherbrooke on folder usherbrooke
selectMailbox
calendrier@zimbra.revolutionlinux.com
modifyFolderGrant /usherbrooke group
usherbrooke@zimbra.revolutionlinux.com rwidx
- Mount the shared folder usherbrooke in bob account
selectMailbox
bob@zimbra.revolutionlinux.com
createMountpoint --view appointment /usherbrooke
calendrier@zimbra.revolutionlinux.com /usherbrooke
Then in the web interface I can see the calender/appointements in bob's account but when I try to create a new appointement I get the following error :
msg - invalid request: Cannot create/modify an appointment/task with organizer set to
bob@zimbra.revolutionlinux.com when using account
calendrier@zimbra.revolutionlinux.com
code - service.INVALID_REQUEST
method - ZmCsfeCommand.prototype.invoke
detail - soap:Sender
From what I found, the web interface should handle this by setting the organizer to the owner of the calender in the soap request but it's obviously not the case.
Am I missing something?