You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the /trigger tomorrow command displays events for the next natural day, but in most scenarios instead of the next natural day we want the next working day.
There are some handlers in pieces of code that avoid Saturdays and Sundays (for the daily reminder) but this is not for everyone.
The plugin must discover (from the provider configuration for example) or let the user setup their working days and either avoid them under tomorrow or add a new command that controls this behaviour.
Acceptance criteria
Determine how we can let/discover working days for users.
Determine if we should modify the tomorrow subcommand behaviour or create a new command.
Document findings in a new issue to handle the task.
The text was updated successfully, but these errors were encountered:
#discussion
Currently the
/trigger tomorrow
command displays events for the next natural day, but in most scenarios instead of the next natural day we want the next working day.There are some handlers in pieces of code that avoid Saturdays and Sundays (for the daily reminder) but this is not for everyone.
The plugin must discover (from the provider configuration for example) or let the user setup their working days and either avoid them under
tomorrow
or add a new command that controls this behaviour.Acceptance criteria
tomorrow
subcommand behaviour or create a new command.The text was updated successfully, but these errors were encountered: