See Premium vs basic version difference
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.
Because 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.
<link type="text/css" rel="stylesheet" href="/css/web2cal.css">
<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)
<div id="calendarContainer">
</div>
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.