-
Notifications
You must be signed in to change notification settings - Fork 15
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
W75 Microsoft Outlook Calendar Card (and previous W75 Microsoft Cards) #17
Open
LucasRShaw
wants to merge
21
commits into
ellucian-developer:main
Choose a base branch
from
LucasRShaw:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
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
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).