Search results

  1. C

    Json decode after http request

    It would be great if we could json decode the results of an Http get request and then extract a subset of the object into a variable. Ie:. { "Data": { "val1": 2.5, "val2": 5.5 }} Then being able to assign the value from Data.val2 to a macrodroid variable. I am trying to use a web request to...
  2. C

    Test if calendar event exists at a specific time

    It would be great if we could test in an if condition if a calendar event exists that matches some criteria and is set to start at a specific time. i.e.:. If event containing "work" exists for today at 8:00 am then set an alarm for 6:00am
  3. C

    Choose color when creating calendar event

    I use macros that track my time at work on my Google calendar. It would be really handy if I could set the color of the events I create.
Top