Please enable JavaScript.
Coggle requires JavaScript to display documents.
MyReminder π - Coggle Diagram
MyReminder π
Welcome ππΌ! I will remind you about important events π―ββοΈ and meetings π
mystart
// π₯ Add new task
add_task
Enter the task β
%%name
calc
%year4=%year3+1
choose_year
/// %year
1 more item...
/// %year2
1 more item...
/// %year3
1 more item...
Choose the year.
/// %year4
1 more item...
Set the date ποΈ
calc
%year=date("Y",%sys.timestamp)
calc
%year2=%year+1
calc
%year3=%year2+1
β %name
What to remind you? π’
// π Today`s tasks
reminds_today
$SYS.GET
ANSWER
%X
https://sheets.googleapis.com/v4/spreadsheets/1-H-Zc55uijwiFb9lW_wAWZGmaUqAkTz2JwALmt9nBbM/values/sort_table2!A2:F?key=AIzaSyA0QSRYlrJ0Hb6D4uMGjf47n-6SIOPudi8
$.values %X each(%Y)
next
%uid2=$[4] %Y
1 more item...
exit
?num>0
5 more items...
else
3 more items...
calc
%today=date("dMY",%sys.timestamp)
%num=0
%T=[]
// π« Week`s tasks
reminds_weekly
$SYS.GET
ANSWER
%X
https://sheets.googleapis.com/v4/spreadsheets/1-H-Zc55uijwiFb9lW_wAWZGmaUqAkTz2JwALmt9nBbM/values/sort_table2!A2:F?key=AIzaSyA0QSRYlrJ0Hb6D4uMGjf47n-6SIOPudi8
$.values %X each(%Y)
next
%uid2=$[4] %Y
1 more item...
exit
?num2>0
5 more items...
else
3 more items...
calc
%week=date("W",%sys.timestamp)
%num=0
%T=[]
What do you wanna do?
// ποΈ All tasks
all_task
$SYS.GET
ANSWER
%X
https://sheets.googleapis.com/v4/spreadsheets/1-H-Zc55uijwiFb9lW_wAWZGmaUqAkTz2JwALmt9nBbM/values/sort_table2!A2:F?key=AIzaSyA0QSRYlrJ0Hb6D4uMGjf47n-6SIOPudi8
$.values %X each(%Y)
next
%uid2=$[4] %Y
1 more item...
exit
?num>0
5 more items...
else
3 more items...
%T=[]
%num=0
default
daemon
map
rem_daemon