IsmaelMartinez
IsmaelMartinez
Hi, can you check if this is the same situation on the browser? thanks
sorry, I mean login in MS teams via the browser and checking if the calendar shows the same. Also check other packaging options (deb, rpm tend to work a wee...
did you try with another package? that looks/sounds like a flatpak configuration shenanigans
by the way, I have the exact same issue using the official MacOS app and the mobile device. It is annoying but I think Microsoft do call it a feature....
you can probably try extending the use of [yargs](https://yargs.js.org/), or implement it with something else like https://github.com/tj/commander.js (I haven't use it myself) or https://github.com/SBoudrias/Inquirer.js (I have use it in the...
renaming the enhancement as it keeps confusing me. I am adding a new issue https://github.com/IsmaelMartinez/teams-for-linux/issues/1307 to support "watch" the config file.
Hi @ModProg , do you still have this issue with the latest versions? There where a couple of changes in version 1.8.1 this one been the one that might have...
No idea how to do that. We use electron-build for creating packages, but I have no clue how to archive this
More info in https://www.electron.build/configuration/appimage.html Whoever i can see in that page this message: This line shows how we build AppImage https://github.com/IsmaelMartinez/teams-for-linux/blob/develop/package.json#L89 maybe we need to change the way we do...
also, you can invoke the build of the app image by using `yarn run dist:linux:appimage` (see https://github.com/IsmaelMartinez/teams-for-linux/blob/develop/package.json#L31 ) The https://github.com/IsmaelMartinez/teams-for-linux/blob/develop/CONTRIBUTING.md has more info on how to build it from source...