| phpEventCalendar |
|
 |
|
| phpEventCalendar is a MySQL backed application that allows users to post and display events or notes on a month-at-a-glance calendar. A user administration panel allows authorized users (Administrators) to control who can add, delete, and edit events (Editors).
Because only authorized users can add events or posts, the calendar is perfect for individuals or organizations looking to communicate upcoming events to a larger audience. phpEventCalendar comes with a user administration panel, and two user levels. One user type can post/edit events, and add or edit users, while the other user type can only post/edit events.
phpEventCalendar is free software, released under the terms of the GNU GENERAL PUBLIC LICENSE (GPL).
Features:
- Script renders a month-at-a-glance calendar that displays events that have been added by a calendar administator or editor.
- User administration panel.
- There are two user levels. Administrators can add/edit users, and add/edit any and all events. Editors can add events, edit their own events, and change their password.
- Adjustable weekstart. The calendar can be set to display any day of the week as the first column in the calendar.
- Displays in two time formats, a 12 hour format that displays 12:00am to 12:00pm, and a 24 hour format that displays 00:00-23:59.
- Calendar colors and size customizable through css file
- Simple template file makes it easy for people with little php knowledge to integrate the calendar in their site.
- Ability to limit the maximum number of posts, and the maximum number of characters per event, that are displayed on the month-at-a-glance calendar.
|
|
|