W75 Microsoft Outlook Calendar Card (and previous W75 Microsoft Cards) - #17
Open
LucasRShaw wants to merge 21 commits into
Open
W75 Microsoft Outlook Calendar Card (and previous W75 Microsoft Cards)#17LucasRShaw wants to merge 21 commits into
LucasRShaw wants to merge 21 commits into
Conversation
Updated the outlook url to be more generic.
…nfigurable-retreived-items W75 outlook card unread only configurable retreived items
Unused Import removed.
Master merged into Main
…isher, Dependency Updates (#6) * Added Newly Required API Permissions to w75_README.md * Update to Experience SDK v5.8.0 * update EESDK7, add compose support * removed publisher * missed changes for calendar accidentally undone * cleaned code w warnings,remove test dir, others
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hello!
This Pull Request is for including the W75 Microsoft Calendar Card in the code base as an option for people who are missing the My Week piece from their Ellucian Portal. A similar card for Google should be created as well. This pull request should mostly include code that does not touch the existing code base. All W75 code should be self-contained for the most part. The parts of the code that may have changed were done so that the project could be upgraded to use the most recent version of the Experience SDK (5.7.0 as of the writing of this request) and Ellucian Path Design System (6.4.0 as of the writing of this request). I am not a React Pro, so there are probably some changes to other libraries, but I tried to update the package.json to include the most recent versions of most of the libraries (this was done without researching potential breaking changes of the versions, so someone more qualified may want to make sure these updates are ok). This version of the is currently deployed at Northwest College and seems to be stable and running fine (though it has only been a day for the Calendar piece). I have not cleaned out all unused elements from the Calendar code (like style stuff from the Email Card) as well.
Hopefully this is a useful addition to this project and yet another example of how to use Microsoft Graph within the Ellucian Experience platform.
Edit: I may not have all of the changes to the internationalization merged into my code (specifically removed items).