Restrict published event to certain user groups in Plone -


I am using Plone 4.3.3 and am trying the following:

When the administrator Adds new events, I want them to be able to specify user groups who should be able to see that event in their calendar. Any user related to that user group does not want to see that event.

I think that only the published event is viewable in the calendar, so the administrator has to publish it. On the other hand, the "Share" tab-> "Only viewable" works only for private events, once the event is published it is visible to any user.

What will be the method of restricting a published event to a certain user group, so that users outside of that group will not be able to see it? Thank you.

Portlanderlander tool, by JMI, allows you to add new states to the event shown in the calendar. is. Obviously, in addition to calendar configuration, security issues and only events that users can actually see are shown.

So you can add a "personal" status here, which you can play with sharing.


Comments

Popular posts from this blog

sqlite3 - UPDATE a table from the SELECT of another one -

c# - Showing a SelectedItem's Property -

javascript - Render HTML after each iteration in loop -