docker-jitsi-meet icon indicating copy to clipboard operation
docker-jitsi-meet copied to clipboard

Calendar Integration

Open arifulislamat opened this issue 3 years ago • 13 comments

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

arifulislamat avatar Sep 26 '22 11:09 arifulislamat

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.

saghul avatar Sep 26 '22 11:09 saghul

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.

arifulislamat avatar Oct 06 '22 09:10 arifulislamat

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

Gotcha, they are!

saghul avatar Oct 06 '22 09:10 saghul