mattermost/mattermost-plugin-mscalendar

Create subscription for receiving updates on a user's account

Open

#70 opened on Apr 1, 2020

 (0 comments) (0 reactions) (0 assignees)Go (35 forks)auto 404
Difficulty/1:EasyHacktoberfestHelp WantedTech/GoType/EnhancementUp For Grabs

Repository metrics

Stars
 (22 stars)
PR merge metrics
 (PR metrics pending)

Description

Summary

We rely on some pieces of user info to be up-to-date in the KV store, namely the user's email address. If the email changes in Microsoft's system, it needs to be updated in our system.

The task here is to create a subscription on each connected user to receive updates on the user's account. Then update the KV store to reflect these changes.

Alternatively, we can have the users reconnect their account when their email is changed in Microsoft's system. cc @levb

Contributor guide