Forum Moderators: coopster
Quite simply, I am looking for a calendar script that has the very basic functionality of "blocking out" dates, which makes them return as a different color.
I could add that functionality in myself, but I can't find a simple php calendar that doesn't have a bloated feature set. I just need a calendar, or a calendar that allows me to block dates out.
Anyone here know where to find one?
(I have searched google and hotscripts thoroughly, in my estimation)
[mrbs.sourceforge.net...]
But maybe that's overkill for your purposes?
Also, check:
[sourceforge.net...]
I am using a combination of PEAR Calendar and a mutilated version of PHP iCalendar to do our calendar.
The "blocking out dates" part makes me think of MRBS:
[mrbs.sourceforge.net...]
But maybe that's overkill for your purposes?
Very much overkill, but thanks for the suggestion
Also, check:
[sourceforge.net...]
Maybe I am dense, but most of the projects have nothing at all to download? I found one (php booking calendar) but it's really robust, and I don't need all of that (nor do I want it)
cmarshall - do you have a link to your calendar?
Sorry. Nocandu. It's inside our corporate network.
What I did was take iCalendar, clean the code with a wire brush and lye to make it validate, then switch the calendar data (vCalendar) to structures inside our Wiki DB, along with all kinds of security stuff and color tagging, yadda, yadda.
The PEAR stuff is for display of the calendars in Wiki actions. I plan to use it for writing calendar editors later, but that's another project.
iCalendar is nice, but it doesn't have much in the way of editing ("None" isn't much, right?) You need to upload iCal files for it to parse and display. Its code is also...not so clean.
This calendar uses a class to build it, I found it pretty easy to edit for my needs.