Hi,

im trying to build an calendar with public and non public events. i set up an content type with a bool field (besides the start and ending dates) to let the admin choose a event is public or only for loggedin users.

in the views setup for fullcalendar i cant find any user based fields... my first thought was to filter the view output like:

Content: published = true 
    AND 
Content: mycustomfield = true 
    OR 
Content: published = true 
    AND 
Content: mycustomfield = false 
    AND 
User: role = registered

may anybody can point me in the right direction... thanks.

Comments

dcam’s picture

Issue summary: View changes
Status: Active » Closed (outdated)

I've volunteered to help clean up the FullCalendar issue queue. As part of that effort I'm closing issues open for unsupported versions of the module as "Closed (outdated)". That includes any Drupal 7-compatible versions because no active maintainer is supporting them.

If this issue is still relevant for version 3.x of FullCalendar, then feel free to re-open it and update the issue version number.