[ANSWERED]IFTTT Recipes

Posted on
Fri Apr 17, 2015 12:45 pm
mabrown offline
User avatar
Posts: 39
Joined: Dec 08, 2012

Re: [ANSWERED]IFTTT Recipes

If you want IFTTT let them know here: http://ift.tt/ChannelSuggestion

Posted on
Sat Apr 09, 2016 3:23 pm
Mactonex offline
Posts: 10
Joined: Mar 14, 2016

Re: [ANSWERED]IFTTT Recipes

Hi,

I'm trying to get this to work using the beecon app on iPhone to use ifttt to create a Reminder, synced using iCloud. The beacon is being recognised by beecon (i have set it to trigger an alert as well) but the ifttt bit doesn't seem to be working, it's not sending anything.

This is what I've got in the script running on my mac, compiled as an app.

on idle

tell application "Reminders"

set myList to "Indigo"
if (count of (reminders in list myList whose completed is false)) > 0 then
set todoList to reminders in list myList whose completed is false
repeat with itemNum from 1 to (count of (reminders in list myList whose completed is false))
set reminderObj to item itemNum of todoList
set nameObj to name of reminderObj
set completed of reminderObj to true
tell application "IndigoServer"
set value of variable ibeaconlighton to nameObj as string
end tell
end repeat
end if

end tell

return 1
end idle

Bit stuck, if anyone has any ideas I would be very grateful.

Tony

Posted on
Fri May 13, 2016 10:51 pm
mundmc offline
User avatar
Posts: 1060
Joined: Sep 14, 2012

Re: [ANSWERED]IFTTT Recipes

Code: Select all
set value of variable ibeaconlighton to nameObj as string


Should be

Code: Select all
set value of variable "ibeaconlighton" to nameObj as string


Side note, Reminders keeps some of it's info as a list of words, not as a string. Some of the other typing is a bit indiosyncratic.

Who is online

Users browsing this forum: No registered users and 13 guests