mattermost / mattermost-plugin-mscalendar

Mattermost plugin for Microsoft Office365
Apache License 2.0
13 stars 20 forks source link

Allow existing events to be linked to a channel #329

Open fmartingr opened 10 months ago

fmartingr commented 10 months ago

Right now only creating a new event allows for an user to link an event to a channel to get reminders, we need to let users link their existing events as well.

Acceptance criteria

hanzei commented 2 months ago

Hey @fmartingr,

CRE would love to have this feature as it would also allow us to link your existing standup meetings to our team chat.

I wonder if a reasonable UI/UX could be a simple slash command that links to the current channel. Do you have ideas on how a user could pick the event to link? By URL?

fmartingr commented 2 months ago

That was the main problem for the UX, that you have to search for the event, and recurring meetings work different (you may use an ID for an instance of a recurring meeting, not for all as a whole). One idea would be to use a command to link an event by the link on the WebUI, but the URL in the webUI does not contain the event ID on it's own as well...

I mean, it's doable, but is not that straightforward. Would be happy to have this for our own meetings.