65.9K
CodeProject is changing. Read more.
Home

VCalendar- An Open Source Web Calendar with Related Tools

starIconstarIcon
emptyStarIcon
starIcon
emptyStarIconemptyStarIcon

2.42/5 (5 votes)

Mar 15, 2006

CPOL

2 min read

viewsIcon

144465

downloadIcon

183

VCalendar (Virtual Calendar) is a web-based application for posting and maintaining events and schedules online, in calendar format.

ss2_small.gif

Introduction - What is VCalendar?

VCalendar (Virtual Calendar) is a web-based application for posting and maintaining events and schedules online, in calendar format.

The data is stored in a database centrally on a web server and users need just a web browser to access the VCalendar. No local software needs to be installed on the client machine and all web browsers available are supported.

The application itself can be installed virtually on a compatible web server, whether it is internal within a corporate LAN, or externally, hosted by a web hosting company. The distribution does not include any custom components and full source code is available for examination and customization.

Additionally, you may add your own logo in the header. VCalendar contains several predefined CSS (Cascading Style Sheets) styles, which can change the general look and the scheme of the application dynamically.

Features

Some of the advanced features of VCalendar include:

  • Localization features, with initial Internationalization in English and Russian, with language selectable by end-users
  • Dynamic CCS (stylesheet) styles, selectable by end-users
  • Annual, monthly, weekly and daily calendar views
  • Multiple categories for classifying calendar events
  • Recurring and all-day events
  • Role-based user permissions and calendar configuration

The entire application is divided into seven modules namely:

  1. Calendar. The Calendar has four views:
    1. Yearly
    2. Monthly
    3. Weekly
    4. Daily

    Additionally the user can activate the Calendar Preview. The user is able to switch between the VCalendar views.

  2. Search events. Search allows the user to find events using some criteria.
  3. Add event. Add event allows adding a new event.
  4. Profile. The Profile displays profile details of the currently logged in user. The user details and password can be changed there. Also the user is able to see all own events there.
  5. Registration. The Registration allows a new user to register in the system.
  6. Login/Logout. The VCalendar has a Login/Logout facility to maintain secure access to the application. Also the user can retrieve the forgotten password there.
  7. Administration. The Administration screen lists all the activities that are available for application administrators. This screen helps the administrator to navigate to the required section by clicking on respective links.
You may also want to visit VCaledar's web site at http://www.vcalendar.org for more information.

History

  • 15th March, 2006: Initial post