-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Outlook / Microsoft Events API connection #74
base: master
Are you sure you want to change the base?
Conversation
Hi @mashb1t , thanks for using the extension and for contributing with your use case. |
reason: MR to upstream on master
Thank you for considering. It's not really Outlook, which is integrated here, but the Microsoft Graph API with calendarView endpoint, so technically no Outlook involved, but i assumed it's easiest to understand what it does. I'm open to renaming suggestions, but I'd suggest to stick with "Outlook" as it's MS most popular calendar management tool (I know of).
|
Hey @alfeugds, please let me know if you need support testing the changes, happy to assist. |
@alfeugds any update on this? :) |
@mashb1t I apologize for the delay. This project is not well maintained at the moment, there are several outdated dependencies that prevent me from running the integration tests, even on We will probably need to merge a PR bumping all the outdated dev dependencies first, before we can merge this PR with your changes. I'll try to work on updating the dependencies and ensuring all tests pass, then I'll focus on reviewing your changes. I sincerely apologize. |
Hey @alfeugds , i'm actively using your extension and thought it would be good to have an optional import of all Outlook events of a selected day for easier jira logging (saves manual busy-work).
Therefore 3 new options have been added
and a test connection button.
I've also added outlookOptions as new chrome storage cache and the permission "identity" for OAuth2 flow is now in the manifest.
This feature really allows users to track hours faster for meetings they have while also extracting ticket IDs, duration in jira format and comments (subject) from the meeting with minimal read permissions.
The only thing missing is to make filters such as "lunch break" configurable, so these events don't show up.
It would be gread if you could merge this into the main extension so i don't have to publish the app in Chrome store again and the whole community can benefit from the optional integration.
Thank you for considering!