WebCalendar
Jump to navigation
Jump to search
This is a lose collection of information regarding the web calendar. Currently we use k5n's php implementation with some custom changes (which might be possible to do in a better way, but I have no clue so far).
== Backing up database
The calendar user has no rights so you need to know the db admin login. Then you can do ``` mysqldump -uroot -p Calendar_I > Calendar_I.sql ```
Calendar_I is what was as of this writing. Check include/settings.php in the WebCalendar folder to see what is actually used right now.