Medicine Log

swinquest1981

New member
I currently have a macro set up to keep track when medicine is taken within my household. Right now, I have one for Tylenol taken by myself and then another one for my wife. The macro will create a calendar entry for xx hours (so I can keep track when it is safe to take more medicine).

Is there a variable in which I can just have one macro, but then I choose the variable, which would then have the calendar entry display as "Medicine take by NAME"?
 

MacroDroidDev

Administrator
Staff member
I'm pretty sure what you want to do is possible but there's not really enough information to answer fully. How exactly are you triggering the macro currently? It would be good to post a screenshot of the macro so we can see what you currently have configured.

As an example you could do something like the following:

T- Widget Button
A- Selection Dialog (Create one option per name) -> save selected entry into variable called name.
A - Write entry into calendar and use the {lv=name} to substitute the persons name.

Hope this helps get you on the right track...
 

swinquest1981

New member
Right now, I have a trigger as a widget button but most of the time, I trigger using. "Test Macro" (or action...forget what the menu option is). Here is a screenshot (if I attached correctly).Screenshot_20231204_151644_MacroDroid.jpg
 
Top