mattermost/mattermost-plugin-mscalendar

Support different time format preferences for the user

Offen

#358 geöffnet am 01.03.2024

 (8 Kommentare) (0 Reaktionen) (1 zugewiesene Person)Go (35 Forks)auto 404
Good First IssueHelp WantedUp For Grabs

Repository-Metriken

Stars
 (22 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 2T 7h) (10 gemergte PRs in 30 T)

Beschreibung

Many of the posts made by this plugin have a reference to a start time of an event or events. For any post we send directly to a user, we can form the time string in a way that this user prefers the time to be shown. The plugin can also be given a default value, to use for any public posts.

To determine a user's time display preference, we can use the plugin API to get the user's preferences, then find the one with Category: model.PreferenceCategoryDisplaySettings and Name: model.PreferenceNameUseMilitaryTime

Contributor Guide