Minicalendar is a templater component. To display it somewhere on a page it’s needed to put the following into template:
<component class_key="minicalendar" name="some_uniq_name">
This will display calendar for the current month and calendars filter according to user’s settings in the main calendar application. To change this default view, need to specify some attributes. Example of calendar call with full list of attributes:
<component class_key="minicalendar" name="some_uniq_name" width="130" date="20080601" cln_ids="8,9,cln_hp">
Where:
Discussion