I’m creating a Calendar Events Search Page that displays both Single and Recurring Calendar Events.
The Single Events occur fairly sporadically, every 2 - 4 weeks, say. But the Recurring Events are weekly sessions.
When I list everything, you see multiple instances of the recurring events, which tend to crowd out the Single events.
For this reason, I want to list only the next instance of the recurring events.
This way, the Recurring events would always be at or near the top, saying “every Monday”, while the less frequent Single events would be easier for the reader to process.
I can set event horizons or limit the maximum number of events per page but this affects the number of both types of event.
Does anyone know if there’s a way to alter the number of Instances shown?
A condition to check if the event start date/time is the same as the instance startdate/time > then show if it is - might work for the first time - but not after the intial start date has past unless you update.
This should show any recurring event that starts in the next two weeks. But I just can’t get it to work. As far as I can tell, the nested keyword in this case just doesn’t work.
…which should show zero events (because it’s an upcoming list and this tells it not to show anything before today) but all the recurring events still displayed.
…it works, and I get no recurring events after two weeks from today’s date.
But the nested keywords, no matter what I put in, just won’t give a result.
When I put any of the nested keywords into the page display (using %%), they all work fine, but nothing between braces in the conditional keyword has any effect.
There is a weird setting on the Global Preferences screen (no idea why it was added there and not on the Calendar Search Event page) that lets you set the frequency threshold of recurring events.
… what does that actually mean? Is it a time window (x days ahead / behind of the current day) or something to do with how often the event occurs (every x days) or how many occurrences there are of the event (event occurs every week for x times)?