Do you have to instantiate the remind function somehow? Does it work on Android?
I tried this but I don't think I know what I'm doing.
Do you have to instantiate the remind function somehow? Does it work on Android?
--
You received this message because you are subscribed to the Google Groups "mementodatabase" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mementodataba...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Is this a plug in from memento?
I know they announced it but I can't find that announcement.
Im using an android galaxy note 5. How are you using the formula? Did you add the javascript library? Can you send me your script?
--
You received this message because you are subscribed to a topic in the Google Groups "mementodatabase" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/mementodatabase/m2L-HbtGkPs/unsubscribe.
To unsubscribe from this group and all its topics, send an email to mementodataba...@googlegroups.com.
Doesn't seem to matter what I code here's what I get on my Samsung tablet 4.4.5 pro
I get this on my phone, my tablet, my pc.
Maybe I don't know how this is supposed to work. I am just making a javascript type field and placing the code in it.
John / Bill,
First i just want to state that i'm not a javascript expert. i'm learning just like everyone else. but i was looking at johns issue, and noticed that he is using the script as a javascript field entry. I used the script as an action trigger. not sure if there is a difference there but maybe.. i tested the same script as a javascript field enty like John is using, and got the same error. my thoughts are that as a field entry it doesn't know or how to use the remind fuction in the same way.
but john, i was looking at your screenshots and had a question. are wanting to insert a date basically a day later from now? if so you could use a date function or "entry().set type of function, or something like that to set the entry, or are you wanting to use the reminder feature as a trigger?
here is an example of just setting the entry a day later. not sure what format you want but just for you to see. i tested this as a javascript field entry and worked fine for me.
moment().add('days', 1).hour(9).minute(0).toDate()