Re: AppleScript-Users Digest, Vol 8, Issue 121
Re: AppleScript-Users Digest, Vol 8, Issue 121
- Subject: Re: AppleScript-Users Digest, Vol 8, Issue 121
- From: Ken Victor <email@hidden>
- Date: Fri, 11 Mar 2011 12:19:14 -0800
thanx nigel, both those scripts look like they would do what i want (or could be made to do what i want). however, they are FAR more complex than what i was looking for—i’m not saying they are more complex than they need to be, just more complex than i wanted.
i will probably abandon my desire for an applescript solution and write a small app that will do what i want.
ken
ps. to describe what i really want: i currently use now up-to-date and i have a script that runs once a day that mines now up-to-date and sends me an email telling me whats on tap for today and the next seven days. thus, whenever i start my day, i have an email waiting for me telling me of whats sceduled.
Date: March 11, 2011 6:34:22 AM PST
Subject: Re: how do i get all (iCal) events for a specified date via applescript
Ken Victor wrote on Tue, 08 Mar 2011 12:14:13 -0800:
…. but repeating events have a start date that is the first date
that the event occured/was to occur. e.g., an event that occurs for the
first time on 3/8/11 and repeats weekly will have a start date (and an end
date) of 3/8/11. it will occur on 3/15/11 (etc.), but i don’t see how to
determine that with applescript. it could be determined (not so trivially)
via programming by parsing and computing using the recurring field of the
event. but i’d rather not have to write a program to do this.
I've just updated my own efforts in this regard. The fully comprehensive one is here:
<http://macscripter.net/viewtopic.php?id=29516>
Or the initial attempt may suit you better. It's faster and is only accurate to the day, not to the exact time. But it's only good with events created in the local time zone and where none of the repeats have been deleted or modified:
<http://macscripter.net/viewtopic.php?id=23877>
NG
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden