Extension:Calendar (Kenyu73)
From MediaWiki.org
|
Calendar (Kenyu73) Release status: stable |
|
|---|---|
| Implementation | User interface |
| Description | Full page calendar with page events and template events |
| Author(s) | User:Kenyu73 (cur) User:Simsong (last) User:Hex2bit (orgin) |
| Last Version | 3.4.x (1/2/2009) |
| MediaWiki | 1.13 verified |
| License | GPL |
| Download | Download Readme |
| Example | <calendar /> |
Contents |
[edit] Summary
This is one of the more advanced MediaWiki calendars. It offers full control with over 15 custom parameters including sharing, colors, lockdown modes, day lists, upcoming events and templates to name a few. You just pop the calendar tags into whatever page you wish and you then have a completely dedicated calendar for your needs. You can then subscribe to other calendars to populate events to your calendar. There a bunch of combinations to choose from! Make sure you reference the ReadMe/Help page often...
This is an updated and enhanced project originally created by User:Hex2bit/Calendar and the User:Simsong/Calendar project. I've done all testing with Windows and Linux so I'm hoping this will help filter out most cross platform bugs.
I'm always adding and cleaning up the code. I try to test as much as I can between sourcecode updates, but a few bugs may be introduced here and there. If you want the latest and greatest, download the trunk code.
Check back often, I'm actively working on patches and new functionality. So check the Download site often and always download the latest released set!
[edit] Current Installations
Please list your calendar public site here.
[edit] Usage
Please view the ReadMe for a full details on the extension. The ReadMe is also included in the downloaded zip file.
<calendar name="Family Events" editdefault usetemplates />
[edit] Download instructions (code.google.com)
I've moved the code base to Google. I felt CodePlex was extremely slow at times. Please update any svn clients you may be using. Thanks!
HTTP download
Subversion
- http://mw-calendar.googlecode.com/svn/branches/v3.4.2
- http://mw-calendar.googlecode.com/svn/trunk — (working copy!)
[edit] Installation
Please view the ReadMe for a full details on the extension. The ReadMe is also included in the downloaded zip file.
[edit] Screen Shots
You can also wrap the <calendar /> extension in a table (main or day view) -
{| width="50%"
! Today...
! Tomorrow...
|-
| <calendar name="Team Calendar" defaultedit="1" date="today" />
| <calendar name="Team Calendar" defaultedit="1" date="tomorrow" />
|}

