Skip to content

Latest commit

 

History

History
39 lines (21 loc) · 2.08 KB

Documentation.mdown

File metadata and controls

39 lines (21 loc) · 2.08 KB

Calendar & Reminders Plugin

This plugin adds actions for creating Calendar Events (Calendar.app) and Reminders (Reminders.app) from within Quicksilver

Permissions

This plugin requires access to your Calendar and Reminders. Make sure you have granted Quicksilver permissions by adding it to the Calendars list and Reminders list in the System Preferences.

Actions

Create Calendar Event

This action takes text from Quicksilver's 1st pane, and adds it as an event to your selected Calendar in Quicksilver's 3rd pane.
Examples of text could be Dinner with Tom next Tuesday or Visit mum at 3pm.

You can improve how an event displays in your Calendar by separating the name of the event and the time it takes place with two dashes --
Using Next Tuesday -- Dinner with Tom will create an event called just Dinner with Tom in your calendar. Supported languages include English, Japanese, French, Dutch, Russian, English (UK) with partial support for German, Portuguese and Chinese, thanks to the Chrono project

Create Reminder

This action takes text from Quicksilver's 1st pane, and adds it as a Reminder to your selected Reminders List in Quicksilver's 3rd pane.

Examples of text could be Do the shopping or Pick up the kids from school.

You can set the priority of an event by prefixing your event with any number of exclamation marks !
One exclamantion mark gives the Reminder a low priority, two give the Reminder a medium priority and three gives it a high priority.

!! This is a medium priority reminder
This reminder has no priority set

Default Calendars for Events/Reminders

You can select the default calendar for Events/Reminders by going to Preferences > Calendars in the Quicksilver preferences

Open Source Licenses

This project uses code from the Chrono Project: The MIT License