Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/k1LoW/calendar

Calendar plugin for CakePHP
https://github.com/k1LoW/calendar

Last synced: about 2 months ago
JSON representation

Calendar plugin for CakePHP

Awesome Lists containing this project

README

        

# Calendar Plugin for CakePHP #

## Alpha Status ##

THIS PLUGIN IS PERSONAL TEST USE.

## Features ##

* iCalendar ([RFC2445](http://tools.ietf.org/html/rfc2445)) subset design
* Set event
* Expand events data for calendar rendering.

## Installation ##

* First, put `calendar' directory on app/plugins in your CakePHP application
* Second, create schema

cake schema create -path app/plugins/calendar/config/schema
* Third, add the following code in whichever controller you want to use calendar