Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/k1LoW/Sample-Calendar-Application
Sample Application for the CakePHP Calendar Plugin
https://github.com/k1LoW/Sample-Calendar-Application
Last synced: 3 months ago
JSON representation
Sample Application for the CakePHP Calendar Plugin
- Host: GitHub
- URL: https://github.com/k1LoW/Sample-Calendar-Application
- Owner: k1LoW
- Created: 2011-10-17T10:30:52.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2011-10-20T01:08:07.000Z (about 13 years ago)
- Last Synced: 2024-05-29T23:19:50.010Z (6 months ago)
- Language: PHP
- Homepage:
- Size: 120 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sample Application for the CakePHP Calendar Plugin #
## Installation ##
1. add calendar plugin
git submodule add git://github.com/k1LoW/calendar.git plugins/calendar
git submodule init
git submodule update2. run schema for vevents
cake schema create -path app/plugins/calendar/config/schema
## Testing ##
1. view calendar
http://TSTDOMAIN/cal/
2. add event
http://TSTDOMAIN/cal/add