Download the Free Version
Web2Cal Basic package
Please read the License Terms carefully before using
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)
| 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:
Copy and paste this code to generate a similar calendar.
|
More Options
|
|||||||||||||||||||||||||||||||||||
| You are viewing web2cal basic demo. For more advanced features, try the web2cal premium demo. Select from the list of Demos. |
| Comments |
|
| 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
Reply
|
| 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?
|
| 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'></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"}) |
| 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.
|
| 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
|
Powered by !JoomlaComment 4.0alpha3