Active Calendar integration with Etomite CMS
Active Calendar is PHP Class, that generates calendars (year, month or week view) as a HTML Table (XHTML-Valid).Information
This snippet integrates the Active Calendar with the Etomite CMS. You must have a working Active Calendar "installation" for this snippet to work.
The calendars created by this snippet:
- can be static (without any links)
- can optionally have navigation controls
- can optionally have a date picker control
- can optionally have linkable days
- support different GMT zones for the current date calculation
- support of custom month and day names
- can be configured using CSS
- do not require Javascript to be displayed or navigated (server side generation)
For support and more information go to Etomite homepage.
Demo
My tv page is using this script (and overLIB).
Use: [ !activecalendar-basic?myurl=tv.html&yearID=1988 &monthID=3&enableWeekNum=true]] and it will show (without the css):
| << | March 1988 | >> | |||||
| Week | Mon | Tue | Wed | Thu | Fri | Sat | Sun |
| 9 | 1 | 2 | 3 | 4 | 5 | 6 | |
| 10 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |
| 11 | 14 | 15 | 16 | 17 | 18 | 19 | 20 |
| 12 | 21 | 22 | 23 | 24 | 25 | 26 | 27 |
| 13 | 28 | 29 | 30 | 31 | |||