sergant210 / myCalendar

MODX Extra based on javascript plugin fullCalendar
10 stars 7 forks source link

myCalendar

myCalendar is a ModX Revolution component for event management using fullCalendar to render events.You can create, move, resize and remove events.
myCalendar can display events from a public Google Calendar.

Basic Use

For single calling
[[!myCalendar]]

myCalendar

For multiple calling

You can call myCalendar multiple times. To do this you must set an instance parameter. Important, the instance does not show the different calendar, it shows the same events but with the other parameters.

[[!myCalendar? &instance=`calendar1`]]
[[!myCalendar? &instance=`calendar2` &right=`` &left=`` &defaultView=`agendaDay`]]

Multiple instance of myCalendar

Settings

Snippet properties

All properties have detailed description. For more information see fullCalendar doc.

You can try it on demo page.

Bugs and improvements

Feel free to suggest ideas/improvements/bugs on GitHub: http://github.com/sergant210/myCalendar/issues