Aggregating iCal alarms
September 22, 2005 1:35 PM Subscribe
I want to send a weekly e-mail reminder to myself that shows my appointments for the upcoming week. How the heck so I do this with iCal on OSX?
I can create e-mail alarms for *individual* events in iCal, but is there a way to aggregate these into a single weekly e-mail? I imagine someone, somewhere, has to have figured out a way to accomplish this, but my Google-fu is failing me.
I'm new to OSX and have never written Applescript, but I'd be willing to learn if it meant I could create my weekly reminder e-mail.
I can create e-mail alarms for *individual* events in iCal, but is there a way to aggregate these into a single weekly e-mail? I imagine someone, somewhere, has to have figured out a way to accomplish this, but my Google-fu is failing me.
I'm new to OSX and have never written Applescript, but I'd be willing to learn if it meant I could create my weekly reminder e-mail.
sanitycheck, I've written a simple Automator workflow for you that creates a weekly summary and mails it to the e-mail address specified in the Address book for the current user. To try it out, perform the following steps:
posted by RichardP at 4:12 PM on September 22, 2005
- Download the Zip file containing my sample Automator workflow.
- Double-click it to extract the workflow from the Zip file.
- Open the workflow to see how it works.
- Click the Run button in the upper right-hand corner to execute the workflow.
- A summary e-mail should be sent to the e-mail address for the current user.
- Save the Automator workflow as an application.
- Create a weekly repeating event for early Monday.
- For the repeating event, specify that it has has an "Open File: Other" alarm, and choose the workflow application as the file.
posted by RichardP at 4:12 PM on September 22, 2005
As an additional example, I've uploaded a version of the workflow that uses no AppleScript, it strictly relies on built-in Automator actions. You may find it somewhat easier to understand and modify. Before using this version you'll have to modify the "New Mail Message" action to specify your e-mail address in the "To:" field.
posted by RichardP at 4:35 PM on September 22, 2005
posted by RichardP at 4:35 PM on September 22, 2005
This thread is closed to new comments.
posted by tweebiscuit at 1:47 PM on September 22, 2005