WebCalendar

From Remeis-Wiki
Revision as of 16:59, 9 August 2024 by Stierhof (talk | contribs) (Created page with "This is a lose collection of information regarding the web calendar. Currently we use [https://github.com/craigk5n/webcalendar?tab=readme-ov-file k5n's php implementation] wit...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.