diff --git a/UI/Scheduler/product.plist b/UI/Scheduler/product.plist index dbbd38793..2fb8ca078 100644 --- a/UI/Scheduler/product.plist +++ b/UI/Scheduler/product.plist @@ -139,6 +139,12 @@ }; SOGoAppointmentObject = { + slots = { + toolbar = { + protectedBy = "View"; + value = "SOGoAppointmentObject.toolbar"; + }; + }; methods = { view = { protectedBy = "View"; @@ -186,6 +192,12 @@ }; SOGoTaskObject = { + slots = { + toolbar = { + protectedBy = "View"; + value = "SOGoAppointmentObject.toolbar"; + }; + }; methods = { view = { protectedBy = "View";