scottleedavis / mattermost-plugin-remind

a mattermost plugin that sets reminders for users and channels.
Apache License 2.0
186 stars 44 forks source link

Remind "every working day" #169

Open cadavre opened 5 years ago

cadavre commented 5 years ago

Summary

It would be great to add option to remind "every working day" – useful for teams working regular Mon-Fri, i.e. for daily meetings.

Describe alternatives you've considered

I've tried any "every monday,tuesday,wednesday..." and "every monday and tuesday ..." – but it doesn't work – it schedules reminder only for next "monday".

Additional context

We could assume that working day is "Mon-Fri", but it might be awesome to integrate with some non-working days API. However it might require configuration for the workspace and I don't think it's necessary.

scottleedavis commented 4 years ago

great idea @cadavre

Cactusbone commented 4 years ago

You can use "every weekdays" to exclude weekend, so what's left here is to somehow integrate with some non-working days API.