Genome Sciences Centre - Web Pages
About the GSCGSC Contact InformationEmployment OpportunitiesIntranet PagesGo BackStart of SectionInformation on Section
Back to Public Pages

BC Cancer Agency
Back to Public Pages



MKalendar
extemely
extensible
calendar
system
for CGI environments
v1.3
2002/10/22

Martin Krzywinski
martink@bcgsc.ca



DOWNLOAD MKalendar-1.3.tar.gz

EXAMPLES

INTRODUCTION

A view of MKalendar - productive blue colour schemeMKalendar is a Perl module which models a flexible and highly-configurable calendar suitable for web or terminal display. All components of the calendar can be configured. MKalendar supports day, week and month events, hiding days of the week, starting a week on any day, and displaying weekly and monthly views. Please look at examples of the calendar to see if this module is right for you. Using the module is simple - an object-oriented API is provided. There are many options and settings, but you can delve into them as you need.

REQUIREMENTS

You'll need

  • Perl, preferably 5.005 or later
  • Date::Calc, Date::Parse andTime::HiRes modules, all available from CPAN
  • my colour.css colour stylesheet
CODE EXAMPLE

use MKalendar;
my $c = MKalendar->new();
$c->InitColours();
$c->Construct();
my $h = $c->Create();
print $h;
HAVE FUN

A view of MKalendar - productive blue colour scheme Figure. A weekend calendar. Mon-Fri have been dropped and a special week column has been added

A view of MKalendar - productive blue colour scheme Figure. A weekly view with Sunday and Wednesday dropped. The week starts on a Friday.

A view of MKalendar - robin hood colour scheme Figure. The Robin Hood colour scheme. This view shows multiple events.

/mkalendar/index.mhtml $Revision: 1.6 $ $Date: 2002/10/22 16:33:47 $



Quick Links Quick Links UNK modified on 11:14:53 27-08-2007 by GSC Webmaster (server mkweb03 ---GSCWEB TIMING---
rating: optimal
render: 0.05

gscweb call: 0.07
)
Back to Public Pages Send an e-mail to GSC