docker-jitsi-meet
docker-jitsi-meet copied to clipboard
Calendar Integration
Inside the docker-compose.yml environment - ENABLE_CALENDAR is set. However didn't have an option to set it True/False from .env .
I have tried to pass the value by manually adding it to .env file. But no luck didn't show calender option in "Jitsi Web" homepage.
Also under interface_config.js ( which is created when automatically when container up ) file it comes by default with "SETTINGS_SECTIONS: [ 'devices', 'language', 'moderator', 'profile', '**calendar**', 'sounds', 'more' ].
But from "Jitsi web" when i click gear icon on top-right side can only see "Devices, Profile, Moderator, Sounds, More".
However didn't have an option to set it True/False from .env .
You need to add it to the file.
I have tried to pass the value by manually adding it to .env file. But no luck didn't show calender option in "Jitsi Web" homepage.
Did you also set GOOGLE_API_APP_CLIENT_ID or MICROSOFT_API_APP_CLIENT_ID. If neither of those is set calendar integration won't be activated.
Thanks for your quick reply. I will try it out and update the result over here.
My main concern was if the calendar option/features is available or not with docker method.
My main concern was if the calendar option/features is available or not with docker method.
Gotcha, they are!