it's in the installation guide !

but to do your stuff use :

SOGoCalendarDefaultRoles = (
      PublicDAndTViewer,
      ConfidentialDAndTViewer
     );

first line means: Public (public event) + DandT (Days and Time only, not content of the event) + Viewer (can be view)

if you don't include "DandT" in the string, it mean public event will be viewable totally (time and content),

all calendars (even created before) took defaults roles, if an user change shares settings (in properties of calendars) it override the default role

Marcio Merlone a écrit :
Thanks for your patience,

What's the difference between "PublicViewer" and "ConfdentialViewer"? Where can I find the meaning of each possibility? I need to set an ACL such as people know busy times of each other, but not what it is. How should it be done? Also, it says is an array of up to 5 strings. What's the purpose of each one? Why 5, not just 1?

Anyway, if those are defaults, I guess they can be overridden on a per user basis, can it? Where?

Regards,


Em 11-06-2010 08:46, Benoit Gautier escreveu:
in the sogo isntallation guide page 12 and example page 19

SOGoCalendarDefaultRoles = (
       PublicViewer,
       ConfidentialDAndTViewer
      );


Marcio Merlone a écrit :
Em 09-06-2010 17:48, Wolfgang Sourdeau escreveu:
On that matter, it may be an ACL issue from the part of the other user. If you don't have at least the right to view the date and time of his/her events, you will not see them in his/her freebusy either.
Thanks for your input. Where to set that ACL? Is there how to set a default for all users or even force it?




-- 
[email protected]
https://inverse.ca/sogo/lists

Reply via email to