Display Events with Listing view

To display the events with a calendar view (on your /events page perhaps), use:

perch_events_listing();

This displays a full listing layout. /functions/events/perch-events-calendar/ You can show specific category evets with:

perch_events_listing(array(
                'past-events'=>true,
                'category'=>array('one', 'two')
            ));