[DELEGATION] Edit attendance and events, delete event for someone (#553)
* [#523] added way to manage attendance for delegated calendars * [DELEGATION] #523 & #524 changed eventURL calculation for delegated events to have the rigth one * [#524] added drag and drop authorisation to delegated event * [#524] added tests * [#524] support for the permission access * [#524] no edit when delegated event is not public
This commit is contained in:
@@ -95,7 +95,7 @@ const basePreloadedState = {
|
||||
],
|
||||
},
|
||||
},
|
||||
ownerEmails: ["test@test.com"],
|
||||
owner: { emails: ["test@test.com"] },
|
||||
},
|
||||
},
|
||||
pending: false,
|
||||
@@ -1151,7 +1151,7 @@ describe("Event URL handling for recurring events", () => {
|
||||
],
|
||||
},
|
||||
},
|
||||
ownerEmails: ["test@test.com"],
|
||||
owner: { emails: ["test@test.com"] },
|
||||
},
|
||||
"667037022b752d0026472254/cal2": {
|
||||
id: "667037022b752d0026472254/cal2",
|
||||
|
||||
Reference in New Issue
Block a user