jitsi / docker-jitsi-meet

Jitsi Meet on Docker
https://hub.docker.com/u/jitsi/
Apache License 2.0
3.04k stars 1.35k forks source link

Calendar Integration #1409

Open arifulislamat opened 1 year ago

arifulislamat commented 1 year ago

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".

saghul commented 1 year ago

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.

arifulislamat commented 1 year ago

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.

saghul commented 1 year ago

My main concern was if the calendar option/features is available or not with docker method.

Gotcha, they are!