in the event
Duplicate Event 1.0
Duplicate Event - Displays a list of your events to choose from, and duplicates whatever event you selected more>>
You can edit the four properties at the top of this script to customize how it works:
Optionally displays a dialog after successfully duplicating an event (default is not displaying the dialog).
Optionally appends "copy" to the subject of the new duplicate event (default is appending "copy").
Optionally does not list events whose only category is "Holiday" (default is not listing "Holiday" events).
Optionally opens the new duplicate event (default is not opening the duplicate).
Async Key Events 1.3
Async Key Events - Classes for REALbasic that allow you to read the keyboard state asynchronously more>>
Generating raw key events requires that you constantly poll the keyboard (with a timer, thread, or manually from a loop). Therefore, these classes are best suited for Games or other real-time applications that are constantly processing frames.
Entourage Events 1.3.1
Entourage Events - Copy Entourage Events to an iPod more>>
They are placed in a folder called "iPodEvents" on your desktop. It includes the subject , location, start and end date/time, and any notes associated with an event. The events can be organized by date or subject.
Entourage Events is great for carrying around a days schedule.
iCal Events 2.3
iCal Events displays upcoming events from multiple calendars more>> iCal Events displays upcoming events from multiple calendars
Face the day! Always know whats next in your schedule using iCal Events. iCal Events displays upcoming events from multiple calendars in a beautiful, resizable widget for Dashboard.
You can see up to two weeks of upcoming events in the same Dashboard widget without needing to open iCal.
Main features:
- Display events from multiple calendars (color-coded) in the same widget
- View up to two weeks of upcoming events
- Localizations: Chinese (simplified and traditional), Croatian, Czech, Danish, Dutch, Finnish, German, Greek, Hawaiian, Italian, Japanese, Norwegian, Polish, Portuguese, Brazilian Portuguese, Serbian, Spanish and Swedish.
System requirements:
- Mac OS X 10.4 or later
- iCal
micro iCal event 1.0
micro iCal event - Enables you to choose an event from iCal and publish it to your blog using ecto or MarsEdit more>>
If your into microformats and your looking at wanting to publish your events from iCal on your Mac (or events that that you have subscribe to from your iCal Server using iCal) on to your blog using ecto or MarsEdit then this script is for you! I have also added a AppleScript for SubEthaEdit if your editing code for web sites.
Apple Store Event Widget 1.0
Apple Store Event Widget - Schedule of free workshops/events at your local Apple Store more>>
Learn about special events such as business and creative professionals demonstrating their real-life experiences using the Mac.
All dates, times, locations, speakers and content are subject to change without notice.
Duplicate Calendar Events X 1.0
Duplicate Calendar Events X - Duplicate existing calendar events more>>
The duplicates are complete with title, location, description notes, categories, and links to everything the original was linked to plus all the other events with the same title.
They will all appear in the Calendar in an instant, in the color of their category. Reminders are duplicated too.
Open Daily Journal Event 1.0
Open Daily Journal Event - Create a new date-stamped all-day event more>>
If a journal event already exists for the day, opens it and adds a new time stamp at the bottom of the note.
Apple Event Suites 1.0.3
Apple Event Suites - Browse dictionary of basic AppleScript terms more>>
Although the dictionary is not comprehensive, the contents appears to be a good model for scriptable applications. If you browse the dictionary in newer and older systems, you can also see that some terms were moved or added in Mac OS 8.5.
Enhancements:
- A practice of making CFM Carbon application (that supports CarbonLib).
EntourageEvents 1.1
Its great for carrying around a days schedule. more>> It includes the subject , location, start and end date/time, and any notes associated with an event. The events can be organized by date or subject.
It includes the subject , location, start and end date/time, and any notes associated with an event. The events can be organized by date or subject.<<less
CarbonEventTimer v1
CarbonEventTimer is a useful and appealing application which allows you to easily implement Carbon Event based timers in your REALbasic application! more>>
CarbonEventTimer v1 is a useful and appealing application which allows you to easily implement Carbon Event based timers in your REALbasic application! This can be more efficient than other timer solutions, especially if you need a lower delay time than the built-in timer class provides. Example project and documentation included in the download.
Event Sync 1.0.1
Event Sync is regarded as an easy to use, high performance application for OS X 10.4 and up that allows users to sync their facebook events with iCal. more>>
Event Sync 1.0.1 is regarded as an easy to use, high performance application for OS X 10.4 and up that allows users to sync their facebook events with iCal.
Ex'pression College News and Events RSS 2.0
Ex�pression College News and Events RSS - News and events feed reader for the Ex�pression College for Digital Arts more>> <<less
AppleScript Event Finder 1.0.1
AppleScript Event Finder - Find the names of AppleEvents more>>
Completly freeware.
iTunes and Screensavers 1.2
iTunes and Screensavers - Pause iTunes when screensaver activates more>>
So this application will run silently in the background and watch for the screensaver. If the screensaver starts and iTunes is playing the playback is paused. As soon as the screensaver stops the music plays again.
This application was made in Realbasic in only 10 minutes. Some classes from the MBS Realbasic Plugin helped:
First we have a subclass of the CarbonApplicationEventsMBS class which receives an event from the system whenever an application is launched.
Using the ProcessMBS class we check whether the launched application is the screen saver and whether iTunes is running. In case iTunes runs we stop the music using an AppleScript which is compiled and executed using the AppleScriptMBS class.
In the event handler for terminating applications we check if this is the screen saver. In case the screen saver quits we tell iTunes to play again.
This application has no interface and it will quit if you log out but if you want to quit this app without logging out you can use the Process Viewer to quit the process.
Enhancements:
- Moved project to Realbasic 5.5 and newer plugins.
- Fixed problem with users of Script Debugger from latenightsw.com.