Forums
New posts
Articles
Product Reviews
Policies
FAQ
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Menu
Log in
Register
Install the app
Install
Forums
Apple Computing Products:
macOS - Apps and Programs
Using AppleScript to make daily todos?
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Malch" data-source="post: 1351486" data-attributes="member: 200858"><p>I've been trying to figure out a way to make todos (reminders) that recur every day (or week). iCal doesn't have this functionality built in, but it seems possible with AppleScript. The problem is, I am clueless when it comes to AppleScript and I can't get anything to work beyond very simple commands.</p><p></p><p>If someone has done this, I would be delighted to see the code. I do have some programming experience (mostly C++), so I'm sure if I saw it I would understand it right away.</p><p></p><p>I'll say the task seems very simple if I can figure out how to access the data and actions in iCal. Here's some pseudo code for what I'd do:</p><p>[CODE]if(time = 00:00)</p><p>{</p><p> for(each reminder that I want to recur)</p><p> {</p><p> for(each reminder in iCal)</p><p> {</p><p> if(name of reminder I want to recur = name of reminder in iCal)</p><p> break</p><p> make the reminder I want to recur</p><p> }</p><p> }</p><p>}[/CODE]</p><p></p><p>Can anyone help me translate this into AppleScript?</p><p></p><p>Thanks in advance!</p></blockquote><p></p>
[QUOTE="Malch, post: 1351486, member: 200858"] I've been trying to figure out a way to make todos (reminders) that recur every day (or week). iCal doesn't have this functionality built in, but it seems possible with AppleScript. The problem is, I am clueless when it comes to AppleScript and I can't get anything to work beyond very simple commands. If someone has done this, I would be delighted to see the code. I do have some programming experience (mostly C++), so I'm sure if I saw it I would understand it right away. I'll say the task seems very simple if I can figure out how to access the data and actions in iCal. Here's some pseudo code for what I'd do: [CODE]if(time = 00:00) { for(each reminder that I want to recur) { for(each reminder in iCal) { if(name of reminder I want to recur = name of reminder in iCal) break make the reminder I want to recur } } }[/CODE] Can anyone help me translate this into AppleScript? Thanks in advance! [/QUOTE]
Verification
Name this item 🌈
Post reply
Forums
Apple Computing Products:
macOS - Apps and Programs
Using AppleScript to make daily todos?
Top