View Single Post
Hi, I've been trying to figure out a way to give myself reminders of tasks that are easy to forget. I often forget to check my iphone at opportune times and I rely on iCal reminders. I was trying to get this script to work and it creates a task in iCal but it creates the start and finish time based on when I last modified the task in OF, or maybe it's when ran the script. Also, there is no alarm and I made sure it is set to TRUE in the Script editor. What am I doing wrong?

Thanks...

Quote:
Originally Posted by Brian View Post
Okay, it was pretty trivial to modify the script to create an event for each action instead of a To Do. Just like the other script, if you have one or more actions selected, they get added to iCal. If you have no actions selected, it adds all flagged items.

Creates an event that matches the start and end dates if both exist, otherwise makes a 15-minute event at whichever of the two does. If one of the events has no start or end date, it stops and tells you there's a problem.

Just like the other script, you need to open it up in Script Editor once to make a couple of settings - whether there's an alarm, how long before the event the alarm fires, etc.

Thanks, of course to uku, snarke, and yeary, who wrote the 99% of the code I just ended up copy-and-pasting. :-)