-
Notifications
You must be signed in to change notification settings - Fork 35
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
[MM-595] Add feature to view shared calendars while creating an event #86
base: master
Are you sure you want to change the base?
Conversation
@@ -3,7 +3,7 @@ module github.com/mattermost/mattermost-plugin-google-calendar | |||
go 1.21 | |||
|
|||
require ( | |||
github.com/mattermost/mattermost-plugin-mscalendar v1.3.0 | |||
github.com/mattermost/mattermost-plugin-mscalendar v1.2.2-0.20240717132440-5de872875282 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why have we updated this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was needed to link with the mscalendar changes for the API. We will update this once we merge the PR mattermost/mattermost-plugin-mscalendar#379
@ayusht2810 which PR is this waiting for? |
@wiggin77 This PR is dependent on mattermost/mattermost-plugin-mscalendar#379. Once that PR is merged, we can test and merge this one. |
I agree. Let's not make significant changes until the blocker is fixed. |
Summary
Ticket Link
Fixes #59
How to test?
/gcal event create
Note: - Merge PR mattermost/mattermost-plugin-mscalendar#379 before merging this PR and update version of mscalendar plugin in
go.mod
file