This is outlook_calendar, a plugin for the Keypirinha launcher.
It allows you to view upcoming events in your outlook calendar, and to join a teams meeting if available
Are you tired of always looking for the link of your next teams meeting in outlook ? With this plugin, you can see from keypirinha your next outlook appointments for the day, and join your MS Teams meetings in just one keypress.
Install directly from Keypirinha using ueffel's PackageControl
You can download the latest .keypirinha-package
in the releases
section :
https://github.com/sharkoz/keypirinha-outlook_calendar/releases
Once the outlook_calendar.keypirinha-package
file is installed,
move it to the InstalledPackage
folder located at:
Keypirinha\portable\Profile\InstalledPackages
in Portable mode- Or
%APPDATA%\Keypirinha\InstalledPackages
in Installed mode (the final path would look likeC:\Users\%USERNAME%\AppData\Roaming\Keypirinha\InstalledPackages
)
Open Keypirinha and select the Calendar
entry.
View your upcoming events, and if they have a linked teams meeting, join the meeting
by highlighting the event with the up/down arrows and pressing Enter
If you enable the "always_suggest" option, you can even just open Keypirinha and press space to display your events.
You can configure these settings :
- label : The catalog entry name (if you want to type
ocal
instead ofCalendar
to invoke the plugin for example) - max_results : To limit the number of events returned
- max_days : To limit the number of days in the future scanned for events
- always_suggest : Set to 'yes' to add your events to the default results of Keypirinha without havint to first enter the 'label' keyword
- date_format : To change the date format for outlook's filter only, according to your locale. If you experience strange behaviour on the dates you can try to change this
- Option to add meetings to default suggestions
- Support ms teams links protected by outlook safelinks protection
- Updated icons
- Make date_format configurable to allow to adapt to the user's locale
- Fix missing events
- Added configuration options
- First version
This package is distributed under the terms of the MIT license.
- Check for open issues or open a fresh issue to start a discussion around a feature idea or a bug.
- Fork this repository on GitHub to start making your changes to the dev branch.
- Send a pull request.
- Add yourself to the Contributors section below (or create it if needed)!