Adium
Dock Icons Emoticons Contact List Styles Message Styles Sound Sets AppleScripts Status Icons Service Icons Menu Bar Icons Plugins Miscellaneous All
Current iCal Event

Current iCal Event

Submitted By Brandon Delcamp (xpander)

Description

Lets everyone know all the intimate little details that you scheduled for yourself.

Comments

You can reply to individual comments by clicking the "Reply" link next to each.

# by lankybutmacho on 09/27/04 at 18:03:00

One small glitch in your script for when there are multiple simultaneous events:

repeat with i from 2 to count of theEvents
set theResult to theResult & ", " & summary of (item 1 of theEvents)
end repeat

Should be:

repeat with i from 2 to count of theEvents
set theResult to theResult & ", " & summary of (item 1 of theEvents)
end repeat

With i instead of 1. Otherwise, it's excellent.

# by lankybutmacho on 09/27/04 at 18:03:23

Hmm... guess it ignores my carriage returns. Oh well, you get the idea.

# by lankybutmacho on 09/27/04 at 18:04:54

Not only that, I didn't actually make the change the second time I quoted the code. Obviously, I'm incompetent. What I meant is, (item 1 of theEvents) should become (item i of theEvents).

# by on 10/12/04 at 16:27:45

I've noted a second problem which is strange. For some reason the script doesn't pick up repeat events. Apparently the values reported by iCal to Applescript for event start and end are altered by being a series event. Otherwise a great script!

Post a New Comment

You must be logged in to post comments.

Install | Download
7.21kb (959 downloads)

12345
2.90 / 96 votes
Current Version: 1.5
Last Updated: 09/21/04