Please enable JavaScript.
Coggle requires JavaScript to display documents.
EVORemind (start (%globalReminderJson=null ($SYS.GET (https://sheets…
EVORemind
start
%today=null
%later=null
%remind={"values":[]}
calc
%time=%time*60
calc
%time=round(%time,0)
calc
%time=%time/60
%time=%sys.timestamp
%timeOfTriger=null
%globalReminderJson=null
$SYS.GET
https://sheets.googleapis.com/v4/spreadsheets/1-0wRSXxUui1pxYP6EE9cYULZwXWjWFS2_oIgNa6YQ4E/values/regular!A2:F1000?key=8624db8053acc00238d08ace3fb0625f
$.values %globalReminderJson each(%part)
exit
$SYS.GET
ANSWER
%globalReminderJson
https://sheets.googleapis.com/v4/spreadsheets/1-0wRSXxUui1pxYP6EE9cYULZwXWjWFS2_oIgNa6YQ4E/values/A2:E1000?key=8624db8053acc00238d08ace3fb0625f
$.values %globalReminderJson each(%part)
2 more items...
next
%user=$[1] %part
?user=%sys.uid
%type=$[0] %part
3 more items...
ANSWER
%globalReminderJson
%trigerDay=null
%todayTime=null
%trigerTime=null