"System - CalendARI - Calendar" plugin

CalendARI addons ›› Plugins ››
Parent Previous Next

"System - CalendARI - Calendar" plugin


The plugin is used to events from the selected calendars in any content. Check that the plugin is enabled and place the following plugin code in content (for example in an article):


{calendari id="ID1,ID2,...,IDN"}


Where ID1, ID2 and etc. ID of calendars which want to show. For example if want to show events for calendar with ID = 5, use the following plugin code:


{calendari id="5"}


If want to show events for calendars with IDs 5, 10 and 17 use the following plugin code:


{calendari id="5,10,17"}


Use template parameter if want to use non-default template. Use template ID as value for the parameter:


{calendari id="5,10,17" template="5"}