Web based events calendar. Ajax scheduler. Download script for web 2 Calendar. Customizable. Scheduling Software. Javascript based with week month day agenda view. Events Scheduler, Appointments Manager script for Free Download.

 
Download the Free Version
Web2Cal Basic package

Please read the License Terms carefully before using 

Below is a simple demonstration of some of the features of Web2Cal. click here to customize the demo.


Preview our upcoming Iphone Interface (still under development)

Click to preview our all new facebook application
You are viewing web2cal basic demo. For more advanced features, try the web2cal premium demo. Select from the list of Demos.

Change the options below and click "Apply Options". Options listed below are only a subset of the rich set of options available.

Options
Views:
Other Options:
Copy and paste this code to generate a similar calendar.
More Options
Start Time
End Time
Date
mm/dd/yyyy
Default View
Custom View Size
Time Format
Interval
Language
Width
Height
You are viewing web2cal basic demo. For more advanced features, try the web2cal premium demo. Select from the list of Demos.

 


Comments
Add New
Name:
Email:
Please input the anti-spam code that you can read in the image.
Mitesh 17-08-2009
 
Hi, Is there any way editing this calender can be done only by an administrator. Thanks in advance for help Thanks, Mitesh
kranti 17-08-2009
 
This is very simple. If the user role is NOT administrator, add the attribute readonly:true during web2cal initialization
Pawel 31-07-2009
 
Workshift view does not work in your demo application. I'm looking for a scheduler/calendar control which can display in resources view (e.g. users are displayed on the X axis, hours on the Y axis, etc.). Maybe Workshift does that, but there's no way to check currently...
LightAlloy 27-07-2009
 
Adding tasks from Agenda doesn't work ( Is it possible to make it work somehow?
web2cal 28-07-2009
 
This issue is fixed in v1.3. Calbasic will also be updated in the coming weeks.
Kid 24-07-2009
 
Is this possible to show our own window when creating a new event? It is not a DIV, but an object I must create in javascript.
web2cal 24-07-2009
 
Yes, you can write whatever logic you want. provide your custom implementation for Web2Cal.showNewEventForm. You can find this method in web2cal.support.js
And 20-07-2009
 
It's very nice thank you! I have a question: How can I change timeformat in headers of events?
web2cal 20-07-2009
 
There are 2 ways you can do this.

1. Create your template,
<div>
<div class='header'>
${timeFrom} - ${timeTo}
</div>
</div>

In your event object, set timeFrom and timeTo with the values and format you want. Read about our templating
2. Providing custom function (Might be slow, depending on your number of events). Create your template like this.
<div>
<div class='header'>
${function: timeFormatFunction}
</div>
</div>

<script>
function timeFormatFunction(event)
{
return format(event.startTime) +" - "+ format(event.endTime)
}
</script>

Don't forget to provide this template you created as template for web2cal.
var ical=new Web2Cal('containerID', {weekDataTemplate: "YOUR NEW TEMPLATE"})
john 25-06-2009
 
cool. Thanks!
jimmy 24-06-2009
 
hihihi great
trojan da virus 17-06-2009
 
Its nice, It is good to see resizer extends beyond the event start. I haven't seen any other calendar do that.
arun 17-06-2009
 
Looks good.
victor 10-06-2009
 
Nice Calendar This looks really great.. Can't wait to try and I will post the reviews here. Quick ? .. Does the calendar support recurring events? or does it expect physical records to exist ?
web2cal 11-06-2009
 
Yes. It supports We are still testing it. However, the MailCalendar demo you can see recurring effect.
Milind 10-06-2009
 
does it have ical support? It looks easy to integrate. But does it import ical files? Without Ical import it will be difficult to integrate with public calendars
web2cal 09-06-2009
 
Ical Support Yes, package ships with utility files to parse an ical file to display events. Since this is entirely a front end component, it does not have ical upload feature.
neil 29-05-2009
 
cool calendar This looks cool

!joomlacomment 4.0 Copyright (C) 2009 Compojoom.com . All rights reserved."