Quick Links

Download

Download Free Version
Web2Cal Basic

Please read the License Terms carefully 

See Premium vs basic version difference

Support


Features
  • starMultiple ViewsChoice of Week, Month, Day, WorkWeek, Agenda, Custom # of days, Scheduler, Year, Resources and Workshift views!
  • moveiconDrag and Drop InterfaceOur Intuitive Drag and Drop interface enables you to provide an ultimate User Experience. And again, you don't have to worry about any complexities in supporting drag-drop.
  • Quickly Toggle between Groups Unclutter the Calendar with a simple click. See only the Items you want to see, with a simple click.
  • Free Version AvailableWe provide a free version which provides adequate functionalities to many applications to display events in a web2 Calendar
  • Quick Navigation via Mini CalendarUse the minicalendar display to navigate to any date. Display the minicalendar on the left nav or as a popup, but just flipping the options flag
  • Email SupportExcellent Support Not a single complaint about our Support. We provide resolution and help at lightening speeds. Very Active community for the free version
  • ExtensionsAdd Extensions Add any number of extensions to provide additional functions. Print, Tasks, Auto-Refresh, Highlight, block Events, Block Overlapping, Advanced Minical and more... Click here to know more (For Web2Cal Ultimate Version only)
  • options-iconExtremely Customizable With over 35 options to customize, Make the calendar work for your site by just flipping flags.
  • Html Templates in CalendarTemplates in Plain HTML Yes!!! With our innovative templating technology, No complex javascripting is necessary. All complexities of a calendar Engine are hidden. You create the template which suits your needs with NO limitations. Calendar will invoke the right Template.
  • Properties for each EventYou can mark individual Events to be resizable or movable.
  • Control with Callback MethodsCalendar allows you to control all events with callback methods. Providing you all the information necessary to complete your task. This also allows you to interface with any back end system / Technology. View our Demo to know more.
  • Multiple Platforms/Browsers SupportWeb Calendar is written and designed to be independent of the language you use to develop your applications. It also supports Multiple Browsers.
  • Recurring Events Now show recurring events. Just provide the repeating pattern and calendar will handle displaying the events for the pattern. Calendar takes care of representing sequences with exclusions if necessary. Extremely simple!!!

mview-miniFast

Developing a fully featured, web2 calendar engine is complex and time consuming. Web2Cal aims to alleviate that effort by providing all the features of a complex calendering engine with few lines of code. It is extremely customizable and is available as packaged software to use with your applications.

 

Easy

week-miniBecause Deployment is straightforward,  You can embed the calendar in your site and focus your time and energy on customization and business rules. Direct your visitor / customer's attention to events that are well organized and displayed on a web 2 calendar.

 


 

Supported Browsers

Supported Browsers - IE 6, 7, 8, Chrome, Firefox, Opera, Safari

 

Include CSS File

<link type="text/css" rel="stylesheet" href="/css/web2cal.css">

 

Include the necessary javascript files.

<script src="/js/jquery-1.2.3.min.js"></script> (Necessary library for web2cal)

<script src="/js/web2cal-min.js"></script> (Main Library to provide calendar functions.)

<script src="/js/web2cal.default.template.js"></script> (Contains default templates)

 

Create a container for the calendar

<div id="calendarContainer">

</div>

 

Once the document is loaded, Initialize web2cal

 

  var ical = new Web2Cal( 'calendarContainer', {

loadEvents:loadCalendarEvents,
onUpdateEvent: function(ev){alert(ev.eventId + " is Updated ");},
start: 5,
... });

 

 

 

 

Our Customizable Calendar with its innovative templating system and language independent technology sets the stage for all kinds of creative applications. It can be used in many businesses.

  • Health Clubs
  • Massage Therapists
  • Chiropractors
  • Medical Practices
  • Hair Salons
  • Manage Employees Time
  • Appointments
  • Email Systems
  • Or Create an enviable web 2.0 web calendar
  • Meeting Rooms
  • Seminars
  • Event Registration
  • Workshift Management
  • Trainer Activity Management
  • Rentals
  • Displaying any time based events
  • And Much more...