|
17 | 17 | <key>CFBundlePackageType</key> |
18 | 18 | <string>BNDL</string> |
19 | 19 | <key>CFBundleShortVersionString</key> |
20 | | - <string>1.5.0</string> |
| 20 | + <string>1.5.1</string> |
21 | 21 | <key>CFBundleVersion</key> |
22 | | - <string>145</string> |
| 22 | + <string>146</string> |
23 | 23 | <key>NSCalendarsUsageDescription</key> |
24 | 24 | <string>Create and view calendar items from within Quicksilver</string> |
25 | 25 | <key>NSPrincipalClass</key> |
|
141 | 141 | <string><h2>Calendar &amp; Reminders Plugin</h2> |
142 | 142 | <p>This plugin adds actions for creating Calendar Events (Calendar.app) and Reminders (Reminders.app) from within Quicksilver</p> |
143 | 143 | <h3>Permissions</h3> |
144 | | -<p>This plugin requires access to your Calendar and Reminders. Make sure you have granted Quicksilver permissions by adding it to the <a href="x-apple.systempreferences:com.apple.preference.security?Privacy_Calendars">Calendars list</a> and <a href="x-apple.systempreferences:com.apple.preference.security?Privacy_Reminders">Reminders list</a> in the System Preferences.</p> |
| 144 | +<p>This plugin requires access to your Calendar and Reminders. Make sure you have granted Quicksilver permissions by adding it to the <a href="x-apple.systempreferences:com.apple.preference.security?Privacy_Calendars">Calendars list</a> and <a href="x-apple.systempreferences:com.apple.preference.security?Privacy_Reminders">Reminders list</a> in the System Preferences.</p> |
145 | 145 | <h3>Actions</h3> |
146 | 146 | <p><strong>Create Calendar Event</strong></p> |
147 | | -<p>This action takes text from Quicksilver's 1st pane, and adds it as an event to your selected Calendar in Quicksilver's 3rd pane.<br> |
| 147 | +<p>This action takes text from Quicksilver's 1st pane, and adds it as an event to your selected Calendar in Quicksilver's 3rd pane.<br> |
148 | 148 | Examples of text could be <code>Dinner with Tom next Tuesday</code> or <code>Visit mum at 3pm</code>.</p> |
149 | 149 | <p>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 <code>--</code><br> |
150 | | -Using <code>Next Tuesday -- Dinner with Tom</code> will create an event called just <code>Dinner with Tom</code> in your calendar. Supported languages include English, Japanese, French, Dutch, Russian, English (UK) with partial support for German, Portuguese and Chinese, thanks to the <a href="https://github.com/wanasit/chrono">Chrono project</a></p> |
| 150 | +Using <code>Next Tuesday -- Dinner with Tom</code> will create an event called just <code>Dinner with Tom</code> in your calendar. Supported languages include English, Japanese, French, Dutch, Russian, English (UK) with partial support for German, Portuguese and Chinese, thanks to the <a href="https://github.com/wanasit/chrono">Chrono project</a></p> |
151 | 151 | <p><strong>Create Reminder</strong></p> |
152 | | -<p>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.</p> |
| 152 | +<p>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.</p> |
153 | 153 | <p>Examples of text could be <code>Do the shopping</code> or <code>Pick up the kids from school</code>.</p> |
154 | 154 | <p>You can set the priority of an event by prefixing your event with any number of exclamation marks <code>!</code><br> |
155 | 155 | <em>One</em> exclamantion mark gives the Reminder a <em>low</em> priority, <em>two</em> give the Reminder a <em>medium</em> priority and <em>three</em> gives it a <em>high</em> priority.</p> |
156 | 156 | <p><code>!! This is a medium priority reminder</code><br> |
157 | 157 | <code>This reminder has no priority set</code></p> |
158 | 158 | <h3>Next Online Meeting Object</h3> |
159 | | -<p>This plugin adds a 'Next online meeting' object to your catalog. Use it to find an upcoming meeting (within the next 30 minutes) on your calendar. It will automatically retrieve the URL from the calendar information for you to open.</p> |
| 159 | +<p>This plugin adds a 'Next online meeting' object to your catalog. Use it to find an upcoming meeting (within the next 30 minutes) on your calendar. It will automatically retrieve the URL from the calendar information for you to open.</p> |
160 | 160 | <h3>Default Calendars for Events/Reminders</h3> |
161 | 161 | <p>You can select the default calendar for Events/Reminders by going to Preferences &gt; Calendars in the Quicksilver preferences</p> |
162 | 162 | <h3>Open Source Licenses</h3> |
163 | 163 | <p>This project uses code from: |
164 | | -* <a href="https://github.com/wanasit/chrono/blob/master/LICENSE.txt">Chrono Project</a> |
165 | | -* <a href="https://github.com/leits/MeetingBar/blob/master/LICENSE">Meeting Bar Project</a></p></string> |
| 164 | +* <a href="https://github.com/wanasit/chrono/blob/master/LICENSE.txt">Chrono Project</a> |
| 165 | +* <a href="https://github.com/leits/MeetingBar/blob/master/LICENSE">Meeting Bar Project</a></p></string> |
166 | 166 | <key>icon</key> |
167 | 167 | <string>com.apple.iCal</string> |
168 | 168 | <key>qsversion</key> |
|
0 commit comments