Search code examples
phpeventsfilecalendarflat

Flat file event calendar in PHP


I need to make a flat file PHP calendar that an admin would be able to edit, delete, and make new events. Does anyone know where I could find something like this, like maybe a tutorial? I can't download one that would need a licence for selling, by the way.

Thanks!


Solution

  • FullCalendar seems to be a very nice and featured calendar. It requires jQuery. You will surely need some ajax in your application background to associate events with your PHP models. I've used it and it fit our requirements very well.