Use this shortcode to add the calendar with event list: [add_eventon_el]
Shortcode and PHP Variable guide
cal_id - Unique calendar ID
el_title - Calendar title text to show above event list
el_type - Event list type to generate
pec - Abbreviation for past event cut-off. Meaning, when you like the calendar events to be cut-off for event lists.
number_of_months - Number of months to look for events for the list.
event_count - Number of events to limit the event list to.
event_order - Events order for the list. Either ascending or descending.
Use eventON shortcode generator to generate event lists shortcodes easily
PHP template tags
<?php
if(function_exists(add_eventon_el)){
add_eventon_el($args);
}?>