vobject icon indicating copy to clipboard operation
vobject copied to clipboard

Fix send message to all users if user is sharee with write access

Open tbille opened this issue 7 years ago • 2 comments

Add argument to parseEvent function in broker: all users with write access on a calendar. This allows to notify the attendees added by someone else that the organizer of an event.

tbille avatar May 22 '17 14:05 tbille

What is the exact problem you're trying to solve?

evert avatar May 22 '17 16:05 evert

This cases solves te problem for shared calendars and attendees. When a sharee wants to add an attendee to an event that has been created by a another user in a shared calendar, the attendee isn't notified by the scheduler and the event isn't created by it.

This is why instead of notifying only by controlling with the organizer of the event, we want to get all the users that have a write right on the calendar (the organizer but alse all the people that have a write access to the calendar)

You can also see some modifications on this pr: https://github.com/fruux/sabre-dav/pull/966

tbille avatar May 23 '17 07:05 tbille

I can hardly judge on this .... will close as it anyhow is conflicting and would need a fresh restart

DeepDiver1975 avatar Nov 09 '23 13:11 DeepDiver1975