[OGo-Users] VEVENT CLASS-field handling in Zidestore

Adam Tauno Williams users@opengroupware.org
Wed, 30 Apr 2008 11:26:06 -0400


> Does Zidestore 1.5 (in OGo 1.1.7) handle the CLASS field in VEVENTs in 
> any way? Can it limit the read access to the user if CLASS:PRIVATE and 
> to "All intranet" if the CLASS:PUBLIC? 

I don't know but I'll take a look when I get a minute.  it would
certainly be a nice feature.

> Currently all events that I 
> synchronize from Nokia S60 phones via Funambol GroupDAV connector are by 
> default readable only by the user, which is not optimal. User has to 
> manually click the events to be readable by others.

Permissions on appointments created via ZideStore should be the
permissions inherited by the scope of the group (team vs. personal) +
the default access permissions.

Of course, all participants of an appointment can see the appointment.

As of r1945 -
SxAppointmentFolder.m: added a method which returns the default write
ACL for new appointments created inside the folder. This ACL consists of
the group which belongs to the folder (thereby giving all group members
write access) and of the ACL which is configured by the user in his
preferences.
<http://www.whitemiceconsulting.com/node/117>

> If the CLASS-field is ignored by Zidestore, is there some other field it 
> looks at to determine event's read access? I could then hack the 
> GroupDAV connector to make it work.