Skip to content
biesior edited this page May 14, 2012 · 9 revisions

Welcome to the Play 2.0 Sample FullCalendar wiki!

Marcus Biesioroff's implementation of FullCalendar for Play 2.0

What is this about?

This application is simple, basic implementation of FullCalebdar jQuery plugin for Play Framwork in version 2.0. If you tested official samples most probably you'll find it quite boring next sample... On the other hand it may be interesting to you if you're looking for initial base of calendar functionality for your own app.

Functionality

You can add and modify events by calendar view (by clicking and dragging) or by Play's CRUD list.

Disclaimer

This is not an official sample, you can use it for any purposes, but first you should visit samples from official documentation.

This app is delivered to you with absolutely no warranty! If you want to use it in production environment first please examine if it fits your needs/requirements and then fix the code to make sure that not any point of your security police is violated or ignored.

We do not response for any losses caused by using this code!

What's inside?

We were trying to keep original ideas of selected elements as near as possible. In most situations things done in this app can be modified with support of the choosen part's API. If you'll find that we made some mistake and went to far from well-known boundaries just let us know! We will fix it.

Do I need to study next sample application?

No. It's just a demonstration of other point of view. You can (and should) start with official sample applications mentioned before and also documentation of Play framework.