davis
davis copied to clipboard
[Feature] Add calendar public flag option
Add a .env flag PUBLIC_CALENDAR_ENABLED which will show or hide the public selection for calendar. Related to PR https://github.com/tchapi/davis/pull/105.
@tchapi for the PHPUnit test to run correctly the public_calendar_enabled options has to be set. Has to be there an entry within .env.test with PUBLIC_CALENDAR_ENABLED=false so it does pass?
Note: I renamed it to PUBLIC_CALENDARS_ENABLED (with an S)