jaroslav-kubicek/event-calendar

This package is abandoned and no longer maintained. No replacement package was suggested.

Plugin for Nette based web applications for creating calendar with custom events

v0.2.2 2013-05-05 13:56 UTC

This package is not auto-updated.

Last update: 2020-01-19 15:53:03 UTC


README

Installing

Install component to your project via Composer:

"require": {
    ...
    "jaroslav-kubicek/event-calendar": "0.2.1"
}

Quick start

Add to your code (in presenter/control):

public function createComponentCalendar() {
    $cal = new EventCalendar\Simple\SimpleCalendar();
    return $cal;
}

and in template:

{control calendar}

API Docs

http://www.nimral.cz/calendar/docs/index.html