Introduction Shortcode Use

Use this shortcode to add the calendar with full grid: [add_eventon_fc]

You can also use the variable month_incre to show a different focus month just like the eventon calendar.
eg. [add_eventon_fc month_incre=+3] - this will show events a month with same date that is 3 months in advance.

Other variables that work with this shortcode are event_type, event_type_2, and event_count. Also note you will see easy shortcode buttons for daily view in EventON shortcode popup in WYSIWYG text editor on pages.

How to customize the appearance of FullCal grid

Go to myEventON> Settings > Appearance and under FullCal you can configure colors for variety of elements in for FullCal.

Php template tags

<?php
if(function_exists(add_eventon_fc)){
add_eventon_fc($args);
}?>