I’m using the exp:weblog:calendar tag to display a calendar. I have a custom field called “enkel_leden_cal” (it’s a flag to say if it’s for members only) with PHP on input I set a var which I use to display search:enkel_leden_cal=”=Nee” when a user isn’t logged in. In the regular weblog display this works fine, with weblog:calendar it doesn’t:
{exp:weblog:calendar weblog="calendar" switch="calendarToday|calendarCell" show_expired="yes" show_future_entries="yes" search:enkel_leden_cal="=Nee"}
for testing purposes I’ve just skipped the php bit and put it in my template like this, but it doesn’t filter out member only events in my calendar, is it not possible to use the search attribute for this?