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
It would be great if more snooze had fields to enter an absolute/fixed time like "17:30" so a reminder can be quickly snoozed till end of business day – without need to calculate how many hours & minutes are between now and 17:30. I do not know how well it could be implemented but I assume one of the two ways could be easy
If TB/Lightning uses absolute times under the hood, just change it to the absolute time
If TB/Lightning uses relative times under the hoof, substract current time from user selected absolute time to calculate the time difference/span (e.g. 3 hours and 55 mins) and provide it to TB as if the user had manually entered that time span.
The text was updated successfully, but these errors were encountered:
It would be great if more snooze had fields to enter an absolute/fixed time like "17:30" so a reminder can be quickly snoozed till end of business day – without need to calculate how many hours & minutes are between now and 17:30. I do not know how well it could be implemented but I assume one of the two ways could be easy
The text was updated successfully, but these errors were encountered: