key events
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.
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
Calendar Events 1.0
Calendar Events is a utility to display you interesting events occurring on the current day in past years. more>> <<less
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.
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).
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
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.
fseventer 1.6
fseventer - Graphically observe filesystem changes using the same underlying API as Spotlight more>>
Example use could be to determine what files are changed via software installation, preferences, etc...
Enhancements:
- Universal binary
- Alternative method to monitor events that doesnt require spotlight.
Entourage Events 2 Web 2.1.3
Entourage Events 2 Web - Move Entourage calendar info to web format more>> Entourage Events 2 Web - Move Entourage calendar info to web format
Entourage Events 2 Web allows you to export calendar events from Microsoft Entourage X.
Entourage Events 2 Web enables you to transfer calendar events from Microsoft Entourage to a web-based calendar.
Enhancements
- Fixed a problem that caused some strings to be written to the HTML file with extraneous "invisible" characters.
- Added the option to specify an alternate HTML character encoding. See "Custom HTML" on page ?5 of the manual.
- Changed the "Description" column name to "Subject" throughout to be consistent with the terminology in Entourage X.
- Added a checkbox to the Appearance preferences tab to allow one to show/omit the "Subject" column. This allows you to show a time commitment, but to hide the subject.
Enhancements
- Minor bug fixes.
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.
Event Scheduler 2.0
Free and open source resource allocation tool more>>
Event Scheduler 2.0 is an excellent and must-see product which offers you a free and open source resource allocation tool. Event Scheduler is useful for people who have many resources and need to determine how to allocate the resources to "slots" that require filling on particular dates (or events).
Major Features:
- Events occur on one or more dates and are made up of several "slots" that need to be filled by resources. A resource is defined as an entity that is capable of filling one or more slots within an event.
- Resources can be people, equipment, or something else depending on the problem being solved.
- Resources can have date conflicts that prevent a particular resource from being allocated to a particular event. In addition, each slot type that can be filled by a particular resource has a preference associated with it.
Enhancements:
- This release is a major upgrade to the previous "beta" version of the event scheduler. Several GUI improvements have been made to facilitate more efficient creation of scheduler projects.
- In addition, the application uses an XML format for storing project data (instead of a binary format).
- Overall, this release is functionally equivalent to the previous version, but is much easier to use.
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.
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.
PreFab Event Taps Testbench 1.0
Configure and install as many event taps as you like, and monitor the user input events that trigger them in real time more>>
Event taps are Core Graphics objects that you install in the system to monitor and respond to user input to any application from a keyboard, mouse, scroll wheel or tablet pointer.
Using Event Taps Testbench, configure and install as many event taps as you like, and monitor the user input events that trigger them in real time.
In addition, configure how the event taps respond to user input, both by performing the example actions provided and by modifying user input before the events are posted to their targets.
EventMonitor Class 1.1
EventMonitor Class - Monitor events that your app receives more>>
For example, you can detect Function Keys because their Keycode is available to you via this plugin now. You can also detect and Key presses in conjunction with the Command Key before RB processes them any further, allowing you to support Cmd-Cursor combinations and others that are not included as menu bar shorcuts.
Enhancements:
- Added a demo project that lists all events the plugin receives.