You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Documentation.mdown
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,12 +28,16 @@ You can set the priority of an event by prefixing your event with any number of
28
28
`!! This is a medium priority reminder`
29
29
`This reminder has no priority set`
30
30
31
+
### Next Online Meeting Object
32
+
33
+
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.
31
34
32
35
### Default Calendars for Events/Reminders
33
36
34
37
You can select the default calendar for Events/Reminders by going to Preferences > Calendars in the Quicksilver preferences
35
38
36
-
37
39
### Open Source Licenses
38
40
39
-
This project uses code from the [Chrono Project: The MIT License](https://raw.githubusercontent.com/wanasit/chrono/master/LICENSE.txt)
<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>
<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.</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>
<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
-
<code>This reminder has no priority set</code></p></string>
157
+
<code>This reminder has no priority set</code></p>
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>
160
+
<h3>Default Calendars for Events/Reminders</h3>
161
+
<p>You can select the default calendar for Events/Reminders by going to Preferences &gt; Calendars in the Quicksilver preferences</p>
0 commit comments