|
@@ -104,13 +104,10 @@ echo -e "\t$ snap set $SNAP_NAME bigevents-pattern='NONE'"
|
|
|
echo -e "\n"
|
|
|
echo -e "EMAIL DUE DATE NOTIFICATION https://github.com/wekan/wekan/pull/2536"
|
|
|
echo -e "System timelines will be showing any user modification for dueat startat endat receivedat, also notification to the watchers and if any card is due, about due or past due."
|
|
|
-echo -e "Notify due days, default 2 days before and after. 0 = due notifications disabled. Default: 2"
|
|
|
-echo -e "To enable different Notify Due Days Before And After than default 2:"
|
|
|
-echo -e "\t$ snap set $SNAP_NAME notify-due-days-before-and-after='4'"
|
|
|
+echo -e "Notify due days, number less than 15 or negative number accepted, you can specify multiple days delimited by ','. Default: NONE"
|
|
|
+echo -e "To enable different Notify for Due Days on 2 days before, and on the event day "
|
|
|
+echo -e "\t$ snap set $SNAP_NAME notify-due-days-before-and-after='2,0'"
|
|
|
echo -e "\t-Disable Notifying for Due Days:"
|
|
|
-echo -e "\t$ snap set $SNAP_NAME notify-due-days-before-and-after='0'"
|
|
|
-echo -e "\n"
|
|
|
-echo -e "\t-To set back to default 2:"
|
|
|
echo -e "\t$ snap set $SNAP_NAME notify-due-days-before-and-after=''"
|
|
|
echo -e "\n"
|
|
|
echo -e "Notify due at hour of day. Default every morning at 8am. Can be 0-23."
|