Display Events with Calendar view
To display the events with a calendar view (on your /events
page perhaps), use:
perch_events_calendar();
This displays a full calendar layout. /functions/events/perch-events-calendar/
You can show specific category evets with:
perch_events_calendar(array(
'past-events'=>true,
'category'=>array('one', 'two')
));
If the Event has set with time slots will also be displayed as booking buttons.