This is a handy calendar plugin which uses an .ini file storing your dates.
Updating calendar events sometimes could be difficult, because you not only have to put new dates but also to delete some old ones.
To edit an ini file in this case should be much easier than editing data stored in a database.
Also in future versions its planned to use differend external backends.
The file format is a standard ini file format:
- each line contains a
name = value
pair e.g.
28.05.2012 = "holiday name"
- in this version ini section
[section]
is ignored
0.2.0
- now you can format your date information in the feiertage.ini.php with HTML tags e.g.
25.12.2012 = "<b>Mamas birthday</b><br>Christmas"
* put the javascript functions into extra file
0.1.0