Happy !

PharoExtras / FullCalendar

Project infos

License MIT
Tags calendar, seaside, js, javascript
Creation date 2016-06-22
Website

Monticello registration

About FullCalendar

This project is an encapsulation of the javascript project FullCalendar (http://fullcalendar.io/).

To use it; add the FullCalendarLibrary to your seaside application then display the FullCalendarComponent:

renderContentOn: html html render: (FullCalendarComponent events: {FullCalendarEvent start: DateAndTime now end: DateAndTime now + 2 hours title: 'A really close event'})

contact: guillaume.larcheveque@gmail.com