If recurring event
-
Is it possible to detect the event type (recurring/not recurring) within a custom template? I can’t find a variable that tells you whether the event is recurring or not, it would be ideal if I could do the following:
if($event->output('#_EVENTRECURRING')){ // Show all recurring dates }else{ // Show date of event }
Thanks,
Chris
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘If recurring event’ is closed to new replies.