I'm not that familiar with the Outlook calendar, but i think is similiar to the Evoltion calendar (or the other way round).
In general, the bizcal lib offers all the basic functionality to print days,weeks,month and the appointments. It handles the mouse interaction and offers listeners to get informed of special action like, new events, moving, resize, calendar changed etc.
Therefor your are able to customize or better, you can create your own Outlook like application using the bizcal lib for the gui stuff. All the backend operations and the special functionalities have to be written on your own.
You can have a look at the demo application in lu.tudor.santec.bizcal.CalendarDemo to get a first impression on how to use the lib.
I'm still working on that lib and had no time to create a documentation for that. But it will be there, ... sometimes.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=1750966
Originator: NO
Hi nobody =)
I'm not that familiar with the Outlook calendar, but i think is similiar to the Evoltion calendar (or the other way round).
In general, the bizcal lib offers all the basic functionality to print days,weeks,month and the appointments. It handles the mouse interaction and offers listeners to get informed of special action like, new events, moving, resize, calendar changed etc.
Therefor your are able to customize or better, you can create your own Outlook like application using the bizcal lib for the gui stuff. All the backend operations and the special functionalities have to be written on your own.
You can have a look at the demo application in lu.tudor.santec.bizcal.CalendarDemo to get a first impression on how to use the lib.
I'm still working on that lib and had no time to create a documentation for that. But it will be there, ... sometimes.