screenhand 0.4.1 → 0.4.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-app-maps/com.apple.Music.json +6587 -0
- package/dist-app-maps/com.apple.Notes.json +6098 -0
- package/dist-app-maps/com.apple.Photos.json +406 -0
- package/dist-app-maps/com.apple.Terminal.json +3968 -0
- package/dist-app-maps/com.apple.finder.json +420 -0
- package/dist-app-maps/com.apple.iCal.json +2375 -0
- package/dist-app-maps/com.apple.iWork.Keynote.json +2374 -0
- package/dist-app-maps/com.apple.iWork.Pages.json +7564 -0
- package/dist-app-maps/com.apple.mail.json +8353 -0
- package/dist-app-maps/com.apple.reminders.json +3322 -0
- package/dist-app-maps/net.whatsapp.WhatsApp.json +5151 -0
- package/dist-playbooks/calendar-create-event.json +20 -0
- package/dist-playbooks/calendar-list-events.json +20 -0
- package/dist-playbooks/calendar-navigate-views.json +47 -0
- package/dist-playbooks/calendar-open-settings.json +20 -0
- package/dist-playbooks/google-ads-transparency-competitor-research.json +89 -0
- package/dist-playbooks/google-search-competitor-research.json +76 -0
- package/dist-playbooks/keynote-add-slide.json +20 -0
- package/dist-playbooks/keynote-create-presentation.json +20 -0
- package/dist-playbooks/keynote-export-pdf.json +20 -0
- package/dist-playbooks/keynote-play-slideshow.json +20 -0
- package/dist-playbooks/meta-ad-library-competitor-research.json +100 -0
- package/dist-playbooks/notes-mastery-workflows.json +468 -0
- package/dist-playbooks/pages-export-pdf.json +20 -0
- package/dist-playbooks/pages-new-document.json +20 -0
- package/dist-playbooks/pages-open-document.json +20 -0
- package/dist-playbooks/reminders-complete.json +21 -0
- package/dist-playbooks/reminders-create.json +21 -0
- package/dist-playbooks/reminders-list.json +22 -0
- package/dist-playbooks/reminders-open.json +35 -0
- package/dist-playbooks/whatsapp-contact-info.json +32 -0
- package/dist-playbooks/whatsapp-navigate.json +71 -0
- package/dist-playbooks/whatsapp-new-call.json +32 -0
- package/dist-playbooks/whatsapp-new-group.json +32 -0
- package/dist-playbooks/whatsapp-search.json +28 -0
- package/dist-playbooks/whatsapp-settings.json +23 -0
- package/dist-playbooks/x_change_avatar.json +52 -0
- package/dist-references/apple-music.json +822 -0
- package/dist-references/calendar.json +1020 -0
- package/dist-references/google-search-competitor-research.json +73 -0
- package/dist-references/keynote.json +134 -0
- package/dist-references/mail.json +431 -0
- package/dist-references/pages.json +1203 -0
- package/dist-references/photos.json +642 -0
- package/dist-references/reminders.json +835 -0
- package/dist-references/terminal.json +640 -0
- package/dist-references/whatsapp.json +324 -0
- package/package.json +1 -1
|
@@ -0,0 +1,1020 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "calendar",
|
|
3
|
+
"name": "Calendar",
|
|
4
|
+
"platform": "calendar",
|
|
5
|
+
"bundleId": "com.apple.iCal",
|
|
6
|
+
"applescript": true,
|
|
7
|
+
"shortcuts": {
|
|
8
|
+
"File": {
|
|
9
|
+
"New Event or Reminder": "Cmd+N",
|
|
10
|
+
"New Calendar": "Option+Cmd+N",
|
|
11
|
+
"New Calendar Subscription": "Option+Cmd+S",
|
|
12
|
+
"Close": "Cmd+W",
|
|
13
|
+
"Print": "Cmd+P"
|
|
14
|
+
},
|
|
15
|
+
"Edit": {
|
|
16
|
+
"Undo": "Cmd+Z",
|
|
17
|
+
"Redo": "Shift+Cmd+Z",
|
|
18
|
+
"Duplicate": "Cmd+D",
|
|
19
|
+
"Edit Event": "Cmd+E",
|
|
20
|
+
"Mark as Completed": "Shift+Cmd+C",
|
|
21
|
+
"Get Info": "Cmd+I",
|
|
22
|
+
"Show Inspector": "Option+Cmd+I",
|
|
23
|
+
"Find": "Cmd+F"
|
|
24
|
+
},
|
|
25
|
+
"View": {
|
|
26
|
+
"By Day": "Cmd+1",
|
|
27
|
+
"By Week": "Cmd+2",
|
|
28
|
+
"By Month": "Cmd+3",
|
|
29
|
+
"By Year": "Cmd+4",
|
|
30
|
+
"Go to Today": "Cmd+T",
|
|
31
|
+
"Go to Date": "Shift+Cmd+T",
|
|
32
|
+
"Go to Next Occurrence": "Cmd+]",
|
|
33
|
+
"Go to Previous Occurrence": "Cmd+[",
|
|
34
|
+
"Refresh Calendars": "Cmd+R",
|
|
35
|
+
"Make Text Bigger": "Cmd++",
|
|
36
|
+
"Make Text Smaller": "Cmd+-"
|
|
37
|
+
},
|
|
38
|
+
"Window": {
|
|
39
|
+
"Availability Panel": "Shift+Cmd+A",
|
|
40
|
+
"Calendar Window": "Cmd+0"
|
|
41
|
+
},
|
|
42
|
+
"Calendar": {
|
|
43
|
+
"Settings": "Cmd+,"
|
|
44
|
+
}
|
|
45
|
+
},
|
|
46
|
+
"applescript_patterns": {
|
|
47
|
+
"list_calendars": "tell application \"Calendar\"\n set allCals to every calendar\n repeat with c in allCals\n -- name, color, count of events\n end repeat\nend tell",
|
|
48
|
+
"list_upcoming_events": "tell application \"Calendar\"\n set startDate to current date\n set endDate to startDate + (30 * days)\n repeat with c in every calendar\n set upcomingEvents to (every event of c whose start date >= startDate and start date <= endDate)\n end repeat\nend tell",
|
|
49
|
+
"create_event": "tell application \"Calendar\"\n set evStart to current date\n set evEnd to current date\n set hours of evEnd to (hours of evEnd) + 1\n make new event at end of events of calendar \"Home\" with properties {summary:\"Event Title\", start date:evStart, end date:evEnd}\nend tell",
|
|
50
|
+
"delete_event_by_uid": "tell application \"Calendar\"\n set targetEvent to first event of calendar \"Home\" whose uid is \"UID_HERE\"\n delete targetEvent\nend tell",
|
|
51
|
+
"search_events": "tell application \"Calendar\"\n set found to (every event of calendar \"Home\" whose summary contains \"keyword\")\nend tell",
|
|
52
|
+
"edit_event": "tell application \"Calendar\"\n set targetEvent to first event of calendar \"Home\" whose summary is \"Event Title\"\n set summary of targetEvent to \"New Title\"\n set start date of targetEvent to newStartDate\nend tell",
|
|
53
|
+
"get_event_details": "tell application \"Calendar\"\n set e to first event of calendar \"Home\" whose summary is \"Event Title\"\n -- uid, summary, start date, end date, description, location, url, allday event\nend tell"
|
|
54
|
+
},
|
|
55
|
+
"live_data": {
|
|
56
|
+
"calendars": [
|
|
57
|
+
{
|
|
58
|
+
"name": "Home",
|
|
59
|
+
"events": 0
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"name": "Work",
|
|
63
|
+
"events": 0
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"name": "Scheduled Reminders",
|
|
67
|
+
"events": 10
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"name": "Birthdays",
|
|
71
|
+
"events": 0
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"name": "India Holidays",
|
|
75
|
+
"events": 217
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
"name": "Siri Suggestions",
|
|
79
|
+
"events": 0
|
|
80
|
+
}
|
|
81
|
+
],
|
|
82
|
+
"validated_date": "2026-03-23"
|
|
83
|
+
},
|
|
84
|
+
"flows": {
|
|
85
|
+
"create_event": {
|
|
86
|
+
"description": "Create a new event on a specific calendar",
|
|
87
|
+
"method": "applescript",
|
|
88
|
+
"steps": [
|
|
89
|
+
"Set evStart and evEnd date variables",
|
|
90
|
+
"make new event at end of events of calendar NAME with properties {summary, start date, end date, description, location}"
|
|
91
|
+
]
|
|
92
|
+
},
|
|
93
|
+
"list_upcoming": {
|
|
94
|
+
"description": "List all events in the next N days",
|
|
95
|
+
"method": "applescript",
|
|
96
|
+
"steps": [
|
|
97
|
+
"Set startDate = current date, endDate = startDate + (N * days)",
|
|
98
|
+
"Loop through all calendars, filter events where start date >= startDate and <= endDate"
|
|
99
|
+
]
|
|
100
|
+
},
|
|
101
|
+
"search_events": {
|
|
102
|
+
"description": "Search events by keyword in title",
|
|
103
|
+
"method": "applescript",
|
|
104
|
+
"steps": [
|
|
105
|
+
"Use: every event of calendar NAME whose summary contains KEYWORD"
|
|
106
|
+
]
|
|
107
|
+
},
|
|
108
|
+
"delete_event": {
|
|
109
|
+
"description": "Delete an event by title or uid",
|
|
110
|
+
"method": "applescript",
|
|
111
|
+
"steps": [
|
|
112
|
+
"Find event by uid or summary",
|
|
113
|
+
"delete targetEvent"
|
|
114
|
+
]
|
|
115
|
+
},
|
|
116
|
+
"navigate_views": {
|
|
117
|
+
"description": "Switch between Day/Week/Month/Year views",
|
|
118
|
+
"method": "keyboard",
|
|
119
|
+
"steps": [
|
|
120
|
+
"Cmd+1 = Day, Cmd+2 = Week, Cmd+3 = Month, Cmd+4 = Year",
|
|
121
|
+
"Cmd+T = Go to Today, Shift+Cmd+T = Go to specific date"
|
|
122
|
+
]
|
|
123
|
+
},
|
|
124
|
+
"check_availability": {
|
|
125
|
+
"description": "Open availability panel for scheduling",
|
|
126
|
+
"method": "keyboard",
|
|
127
|
+
"steps": [
|
|
128
|
+
"Shift+Cmd+A"
|
|
129
|
+
]
|
|
130
|
+
}
|
|
131
|
+
},
|
|
132
|
+
"features": {
|
|
133
|
+
"beginner": [
|
|
134
|
+
{
|
|
135
|
+
"feature": "List all calendars",
|
|
136
|
+
"status": "CONFIRMED",
|
|
137
|
+
"method": "applescript"
|
|
138
|
+
},
|
|
139
|
+
{
|
|
140
|
+
"feature": "View upcoming events",
|
|
141
|
+
"status": "CONFIRMED",
|
|
142
|
+
"method": "applescript"
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
"feature": "Create new event",
|
|
146
|
+
"status": "CONFIRMED",
|
|
147
|
+
"method": "applescript"
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
"feature": "Delete event",
|
|
151
|
+
"status": "CONFIRMED",
|
|
152
|
+
"method": "applescript"
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
"feature": "Switch Day/Week/Month/Year view",
|
|
156
|
+
"status": "CONFIRMED",
|
|
157
|
+
"method": "keyboard Cmd+1-4"
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
"feature": "Go to today",
|
|
161
|
+
"status": "CONFIRMED",
|
|
162
|
+
"method": "keyboard Cmd+T"
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
"feature": "Open settings",
|
|
166
|
+
"status": "CONFIRMED",
|
|
167
|
+
"method": "keyboard Cmd+,"
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
"feature": "Search events",
|
|
171
|
+
"status": "CONFIRMED",
|
|
172
|
+
"method": "applescript + Cmd+F"
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
"feature": "Color-coded calendars",
|
|
176
|
+
"status": "CONFIRMED",
|
|
177
|
+
"method": "applescript (color property)"
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
"feature": "Add or delete calendar accounts",
|
|
181
|
+
"status": "CONFIRMED",
|
|
182
|
+
"method": "Settings > Accounts"
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
"feature": "Show/hide specific calendars",
|
|
186
|
+
"status": "CONFIRMED",
|
|
187
|
+
"method": "keyboard Space bar on calendar"
|
|
188
|
+
},
|
|
189
|
+
{
|
|
190
|
+
"feature": "Print calendar",
|
|
191
|
+
"status": "CONFIRMED",
|
|
192
|
+
"method": "keyboard Cmd+P"
|
|
193
|
+
}
|
|
194
|
+
],
|
|
195
|
+
"pro": [
|
|
196
|
+
{
|
|
197
|
+
"feature": "Read full event details (title, date, location, description, url, uid)",
|
|
198
|
+
"status": "CONFIRMED",
|
|
199
|
+
"method": "applescript"
|
|
200
|
+
},
|
|
201
|
+
{
|
|
202
|
+
"feature": "Edit existing event",
|
|
203
|
+
"status": "CONFIRMED",
|
|
204
|
+
"method": "applescript"
|
|
205
|
+
},
|
|
206
|
+
{
|
|
207
|
+
"feature": "Duplicate event",
|
|
208
|
+
"status": "CONFIRMED",
|
|
209
|
+
"method": "keyboard Cmd+D"
|
|
210
|
+
},
|
|
211
|
+
{
|
|
212
|
+
"feature": "Mark event as completed",
|
|
213
|
+
"status": "CONFIRMED",
|
|
214
|
+
"method": "keyboard Shift+Cmd+C"
|
|
215
|
+
},
|
|
216
|
+
{
|
|
217
|
+
"feature": "Get Info / Inspector panel",
|
|
218
|
+
"status": "CONFIRMED",
|
|
219
|
+
"method": "keyboard Cmd+I / Option+Cmd+I"
|
|
220
|
+
},
|
|
221
|
+
{
|
|
222
|
+
"feature": "Navigate to specific date",
|
|
223
|
+
"status": "CONFIRMED",
|
|
224
|
+
"method": "keyboard Shift+Cmd+T"
|
|
225
|
+
},
|
|
226
|
+
{
|
|
227
|
+
"feature": "Filter events by calendar",
|
|
228
|
+
"status": "CONFIRMED",
|
|
229
|
+
"method": "applescript (per-calendar queries)"
|
|
230
|
+
},
|
|
231
|
+
{
|
|
232
|
+
"feature": "Subscribe to calendar (ICS URL)",
|
|
233
|
+
"status": "CONFIRMED",
|
|
234
|
+
"method": "keyboard Option+Cmd+S"
|
|
235
|
+
},
|
|
236
|
+
{
|
|
237
|
+
"feature": "Refresh calendars",
|
|
238
|
+
"status": "CONFIRMED",
|
|
239
|
+
"method": "keyboard Cmd+R"
|
|
240
|
+
},
|
|
241
|
+
{
|
|
242
|
+
"feature": "Create all-day or multiday events",
|
|
243
|
+
"status": "CONFIRMED",
|
|
244
|
+
"method": "applescript (allday event:true)"
|
|
245
|
+
},
|
|
246
|
+
{
|
|
247
|
+
"feature": "Set up repeating/recurring events",
|
|
248
|
+
"status": "CONFIRMED",
|
|
249
|
+
"method": "applescript (recurrence: FREQ=WEEKLY;INTERVAL=1)"
|
|
250
|
+
},
|
|
251
|
+
{
|
|
252
|
+
"feature": "Add location to event",
|
|
253
|
+
"status": "CONFIRMED",
|
|
254
|
+
"method": "applescript (location property — tested: Mumbai, India)"
|
|
255
|
+
},
|
|
256
|
+
{
|
|
257
|
+
"feature": "Add URL to event",
|
|
258
|
+
"status": "CONFIRMED",
|
|
259
|
+
"method": "applescript (url property — tested: https://example.com)"
|
|
260
|
+
},
|
|
261
|
+
{
|
|
262
|
+
"feature": "Set event alerts/reminders",
|
|
263
|
+
"status": "NOT_CONFIRMED",
|
|
264
|
+
"method": "applescript — not tested live"
|
|
265
|
+
},
|
|
266
|
+
{
|
|
267
|
+
"feature": "Move event between calendars",
|
|
268
|
+
"status": "NOT_CONFIRMED",
|
|
269
|
+
"method": "applescript move — errors with 'object not found'"
|
|
270
|
+
},
|
|
271
|
+
{
|
|
272
|
+
"feature": "Move event time with keyboard",
|
|
273
|
+
"status": "CONFIRMED",
|
|
274
|
+
"method": "Ctrl+Option+Arrow keys (±15min or ±1week)"
|
|
275
|
+
},
|
|
276
|
+
{
|
|
277
|
+
"feature": "Availability panel",
|
|
278
|
+
"status": "CONFIRMED",
|
|
279
|
+
"method": "keyboard Shift+Cmd+A / Window menu"
|
|
280
|
+
},
|
|
281
|
+
{
|
|
282
|
+
"feature": "Multi-window viewing",
|
|
283
|
+
"status": "CONFIRMED",
|
|
284
|
+
"method": "Window menu > Contacts, Availability Panel"
|
|
285
|
+
},
|
|
286
|
+
{
|
|
287
|
+
"feature": "Rename and recolor calendars",
|
|
288
|
+
"status": "NOT_CONFIRMED",
|
|
289
|
+
"method": "UI only — not tested"
|
|
290
|
+
},
|
|
291
|
+
{
|
|
292
|
+
"feature": "Go to next/previous occurrence",
|
|
293
|
+
"status": "CONFIRMED",
|
|
294
|
+
"method": "keyboard Cmd+] / Cmd+["
|
|
295
|
+
},
|
|
296
|
+
{
|
|
297
|
+
"feature": "Show/hide all-day events, declined events, completed reminders, travel time",
|
|
298
|
+
"status": "CONFIRMED",
|
|
299
|
+
"method": "View menu items confirmed in AX tree"
|
|
300
|
+
},
|
|
301
|
+
{
|
|
302
|
+
"feature": "Show List View",
|
|
303
|
+
"status": "CONFIRMED",
|
|
304
|
+
"method": "View > Show List View — confirmed in AX tree"
|
|
305
|
+
},
|
|
306
|
+
{
|
|
307
|
+
"feature": "Import calendar data (.ics)",
|
|
308
|
+
"status": "CONFIRMED",
|
|
309
|
+
"method": "File > Import… — confirmed in AX tree"
|
|
310
|
+
},
|
|
311
|
+
{
|
|
312
|
+
"feature": "Export calendar data",
|
|
313
|
+
"status": "CONFIRMED",
|
|
314
|
+
"method": "File > Export — confirmed in AX tree"
|
|
315
|
+
},
|
|
316
|
+
{
|
|
317
|
+
"feature": "New Family Calendar",
|
|
318
|
+
"status": "CONFIRMED",
|
|
319
|
+
"method": "File > New Family Calendar… — confirmed in AX tree"
|
|
320
|
+
},
|
|
321
|
+
{
|
|
322
|
+
"feature": "New Holiday Calendar",
|
|
323
|
+
"status": "CONFIRMED",
|
|
324
|
+
"method": "File > New Holiday Calendar… — confirmed in AX tree"
|
|
325
|
+
}
|
|
326
|
+
],
|
|
327
|
+
"expert": [
|
|
328
|
+
{
|
|
329
|
+
"feature": "Create event with location, URL",
|
|
330
|
+
"status": "CONFIRMED",
|
|
331
|
+
"method": "applescript properties (live tested)"
|
|
332
|
+
},
|
|
333
|
+
{
|
|
334
|
+
"feature": "Search events by keyword across all calendars",
|
|
335
|
+
"status": "CONFIRMED",
|
|
336
|
+
"method": "applescript"
|
|
337
|
+
},
|
|
338
|
+
{
|
|
339
|
+
"feature": "List scheduled reminders",
|
|
340
|
+
"status": "CONFIRMED",
|
|
341
|
+
"method": "applescript (Scheduled Reminders calendar — 10 items)"
|
|
342
|
+
},
|
|
343
|
+
{
|
|
344
|
+
"feature": "Create new calendar",
|
|
345
|
+
"status": "CONFIRMED",
|
|
346
|
+
"method": "keyboard Option+Cmd+N / File menu"
|
|
347
|
+
},
|
|
348
|
+
{
|
|
349
|
+
"feature": "Read India Holidays calendar (217 events)",
|
|
350
|
+
"status": "CONFIRMED",
|
|
351
|
+
"method": "applescript"
|
|
352
|
+
},
|
|
353
|
+
{
|
|
354
|
+
"feature": "Share Calendar",
|
|
355
|
+
"status": "CONFIRMED",
|
|
356
|
+
"method": "Edit > Share Calendar… — confirmed in AX tree"
|
|
357
|
+
},
|
|
358
|
+
{
|
|
359
|
+
"feature": "Stop Sharing / Resend Invitations",
|
|
360
|
+
"status": "CONFIRMED",
|
|
361
|
+
"method": "Edit menu — confirmed in AX tree"
|
|
362
|
+
},
|
|
363
|
+
{
|
|
364
|
+
"feature": "Merge Calendar",
|
|
365
|
+
"status": "CONFIRMED",
|
|
366
|
+
"method": "Edit > Merge Calendar — confirmed in AX tree"
|
|
367
|
+
},
|
|
368
|
+
{
|
|
369
|
+
"feature": "Manage calendar accounts (add/delete)",
|
|
370
|
+
"status": "CONFIRMED",
|
|
371
|
+
"method": "Calendar > Accounts… / Add Account… — confirmed in AX tree"
|
|
372
|
+
},
|
|
373
|
+
{
|
|
374
|
+
"feature": "Send calendar invitations with attendees",
|
|
375
|
+
"status": "CONFIRMED",
|
|
376
|
+
"method": "applescript — make new attendee with properties {email, display name} — count returned 2"
|
|
377
|
+
},
|
|
378
|
+
{
|
|
379
|
+
"feature": "Set event alerts/reminders",
|
|
380
|
+
"status": "CONFIRMED",
|
|
381
|
+
"method": "applescript — make new display alarm with trigger interval:-15 — count returned 1"
|
|
382
|
+
},
|
|
383
|
+
{
|
|
384
|
+
"feature": "Reply to event invitations",
|
|
385
|
+
"status": "NOT_CONFIRMED",
|
|
386
|
+
"method": "Needs an incoming invite to test — no invite in current account"
|
|
387
|
+
},
|
|
388
|
+
{
|
|
389
|
+
"feature": "Incorporate FaceTime calls into events",
|
|
390
|
+
"status": "CONFIRMED",
|
|
391
|
+
"method": "Set event url to facetime://... — url property CONFIRMED working"
|
|
392
|
+
},
|
|
393
|
+
{
|
|
394
|
+
"feature": "Focus filters (show only work/personal calendars)",
|
|
395
|
+
"status": "CONFIRMED",
|
|
396
|
+
"method": "System Settings > Focus > Add Filter > Calendar — selects which calendars show per Focus mode. Can be toggled in Calendar app via 'Turn Off / Filtered by Focus'"
|
|
397
|
+
},
|
|
398
|
+
{
|
|
399
|
+
"feature": "Time zone support",
|
|
400
|
+
"status": "CONFIRMED",
|
|
401
|
+
"method": "Calendar v15.0 — time zone property accessible via applescript"
|
|
402
|
+
},
|
|
403
|
+
{
|
|
404
|
+
"feature": "Birthdays calendar (auto from Contacts)",
|
|
405
|
+
"status": "CONFIRMED",
|
|
406
|
+
"method": "Birthdays calendar visible in applescript (0 events — Contacts empty)"
|
|
407
|
+
},
|
|
408
|
+
{
|
|
409
|
+
"feature": "Alternative calendar systems (Chinese, Hebrew, Islamic)",
|
|
410
|
+
"status": "CONFIRMED",
|
|
411
|
+
"method": "Documented in Apple Calendar User Guide under Customize Calendar > Settings — exists in preferences"
|
|
412
|
+
},
|
|
413
|
+
{
|
|
414
|
+
"feature": "Siri Suggestions calendar",
|
|
415
|
+
"status": "CONFIRMED",
|
|
416
|
+
"method": "Siri Suggestions calendar visible in applescript (0 events)"
|
|
417
|
+
},
|
|
418
|
+
{
|
|
419
|
+
"feature": "Move event between calendars",
|
|
420
|
+
"status": "CONFIRMED",
|
|
421
|
+
"method": "UI: click calendar popup in detail panel (AppleScript click at coords → arrow key down → Enter → Apply). Drag to sidebar also works visually."
|
|
422
|
+
}
|
|
423
|
+
],
|
|
424
|
+
"grandmaster": [
|
|
425
|
+
{
|
|
426
|
+
"feature": "Monitor calendar for new events and notify",
|
|
427
|
+
"status": "CONFIRMED",
|
|
428
|
+
"method": "ScreenHand observer loop"
|
|
429
|
+
},
|
|
430
|
+
{
|
|
431
|
+
"feature": "Summarize all upcoming events across calendars",
|
|
432
|
+
"status": "CONFIRMED",
|
|
433
|
+
"method": "applescript multi-calendar query"
|
|
434
|
+
},
|
|
435
|
+
{
|
|
436
|
+
"feature": "Bulk create events from data",
|
|
437
|
+
"status": "CONFIRMED",
|
|
438
|
+
"method": "applescript loop with make new event"
|
|
439
|
+
},
|
|
440
|
+
{
|
|
441
|
+
"feature": "Cross-app: create Calendar event from Notes/WhatsApp content",
|
|
442
|
+
"status": "CONFIRMED",
|
|
443
|
+
"method": "applescript Notes + Calendar"
|
|
444
|
+
},
|
|
445
|
+
{
|
|
446
|
+
"feature": "Auto-schedule: find free slots and create events",
|
|
447
|
+
"status": "CONFIRMED",
|
|
448
|
+
"method": "applescript (query existing events, find gaps)"
|
|
449
|
+
},
|
|
450
|
+
{
|
|
451
|
+
"feature": "Export all events to structured data",
|
|
452
|
+
"status": "CONFIRMED",
|
|
453
|
+
"method": "applescript (read all properties)"
|
|
454
|
+
},
|
|
455
|
+
{
|
|
456
|
+
"feature": "Calendar group creation",
|
|
457
|
+
"status": "CONFIRMED",
|
|
458
|
+
"method": "keyboard Shift+Cmd+N"
|
|
459
|
+
}
|
|
460
|
+
],
|
|
461
|
+
"value_add_automations": [
|
|
462
|
+
"Read all upcoming events and summarize schedule for today/this week",
|
|
463
|
+
"Create event from natural language (parse date/time/title and call applescript)",
|
|
464
|
+
"Find free time slots between existing events for scheduling",
|
|
465
|
+
"Bulk import events from a list (CSV/Notes)",
|
|
466
|
+
"Monitor for new invitations and notify",
|
|
467
|
+
"Cross-app: add to Calendar from WhatsApp message or Notes",
|
|
468
|
+
"Daily morning briefing: list today's events via AppleScript",
|
|
469
|
+
"Delete all past events from a specific calendar"
|
|
470
|
+
]
|
|
471
|
+
},
|
|
472
|
+
"selectors": {
|
|
473
|
+
"event_detail_calendar_popup": "OCR: find '• CalendarName' element in detail panel → click at those screen coords",
|
|
474
|
+
"event_in_day_view": "OCR: find event title text in center timeline area (not in detail panel on right)",
|
|
475
|
+
"apply_button": "OCR: 'Apply' appears bottom-right of detail panel after editing",
|
|
476
|
+
"sidebar_calendar_name": "OCR: calendar names in left sidebar (Home, Work, etc.)"
|
|
477
|
+
},
|
|
478
|
+
"known_techniques": {
|
|
479
|
+
"move_event_between_calendars": {
|
|
480
|
+
"method": "UI only — AppleScript move/duplicate fail with 'Events can not be copied'",
|
|
481
|
+
"steps": [
|
|
482
|
+
"1. Click event in Day view to open detail panel",
|
|
483
|
+
"2. OCR to find '• CurrentCalendar' position in detail panel",
|
|
484
|
+
"3. AppleScript: activate Calendar → click at those coords → key code 125 (down arrow N times) → key code 36 (Return)",
|
|
485
|
+
"4. Click 'Apply' button that appears",
|
|
486
|
+
"5. Each down arrow = next calendar in list order"
|
|
487
|
+
]
|
|
488
|
+
},
|
|
489
|
+
"create_event_applescript": {
|
|
490
|
+
"method": "applescript",
|
|
491
|
+
"note": "Must set start date AND end date in same make command — setting end date after creation fails",
|
|
492
|
+
"pattern": "make new event at end of events of calendar NAME with properties {summary:TITLE, start date:evStart, end date:evEnd}"
|
|
493
|
+
},
|
|
494
|
+
"recurring_event": {
|
|
495
|
+
"method": "applescript",
|
|
496
|
+
"pattern": "set recurrence of testEvent to \"FREQ=WEEKLY;INTERVAL=1\""
|
|
497
|
+
},
|
|
498
|
+
"show_calendar_sidebar": {
|
|
499
|
+
"method": "applescript System Events",
|
|
500
|
+
"pattern": "click menu item \"Show Calendar List\" of menu \"View\" of menu bar 1"
|
|
501
|
+
},
|
|
502
|
+
"open_settings": {
|
|
503
|
+
"method": "applescript System Events",
|
|
504
|
+
"pattern": "click menu item \"Settings…\" of menu \"Calendar\" of menu bar 1"
|
|
505
|
+
}
|
|
506
|
+
},
|
|
507
|
+
"errors": [],
|
|
508
|
+
"websiteFeatures": [
|
|
509
|
+
{
|
|
510
|
+
"id": "color_code_your_life",
|
|
511
|
+
"name": "Color code your life",
|
|
512
|
+
"description": "Create separate calendars for different areas of your life.",
|
|
513
|
+
"level": "beginner"
|
|
514
|
+
},
|
|
515
|
+
{
|
|
516
|
+
"id": "invite_and_be_invited",
|
|
517
|
+
"name": "Invite and be invited",
|
|
518
|
+
"description": "Send calendar invitations to friends and coworkers.",
|
|
519
|
+
"level": "pro"
|
|
520
|
+
},
|
|
521
|
+
{
|
|
522
|
+
"id": "schedule_reminders",
|
|
523
|
+
"name": "Schedule reminders around your day",
|
|
524
|
+
"description": "Show scheduled reminders in Calendar alongside events.",
|
|
525
|
+
"level": "pro"
|
|
526
|
+
},
|
|
527
|
+
{
|
|
528
|
+
"id": "model",
|
|
529
|
+
"name": "Model",
|
|
530
|
+
"description": "Series 3 GPS + Cellular",
|
|
531
|
+
"sourceHeading": "Model",
|
|
532
|
+
"level": "beginner"
|
|
533
|
+
},
|
|
534
|
+
{
|
|
535
|
+
"id": "features",
|
|
536
|
+
"name": "Features",
|
|
537
|
+
"description": "GPS, GLONASS, Galileo, and QZSS",
|
|
538
|
+
"sourceHeading": "Features",
|
|
539
|
+
"level": "beginner"
|
|
540
|
+
},
|
|
541
|
+
{
|
|
542
|
+
"id": "display",
|
|
543
|
+
"name": "Display",
|
|
544
|
+
"description": "42mm",
|
|
545
|
+
"sourceHeading": "Display",
|
|
546
|
+
"level": "beginner"
|
|
547
|
+
},
|
|
548
|
+
{
|
|
549
|
+
"id": "chip",
|
|
550
|
+
"name": "Chip",
|
|
551
|
+
"description": "S3 SiP with dual-core processor",
|
|
552
|
+
"sourceHeading": "Chip",
|
|
553
|
+
"level": "beginner"
|
|
554
|
+
},
|
|
555
|
+
{
|
|
556
|
+
"id": "connectivity",
|
|
557
|
+
"name": "Connectivity",
|
|
558
|
+
"description": "LTE and UMTS2",
|
|
559
|
+
"sourceHeading": "Connectivity",
|
|
560
|
+
"level": "beginner"
|
|
561
|
+
},
|
|
562
|
+
{
|
|
563
|
+
"id": "power",
|
|
564
|
+
"name": "Power",
|
|
565
|
+
"description": "Built-in rechargeable lithium-ion battery",
|
|
566
|
+
"sourceHeading": "Power",
|
|
567
|
+
"level": "beginner"
|
|
568
|
+
},
|
|
569
|
+
{
|
|
570
|
+
"id": "environmental_features4",
|
|
571
|
+
"name": "Environmental Features4",
|
|
572
|
+
"description": "Energy efficient5",
|
|
573
|
+
"sourceHeading": "Environmental Features4",
|
|
574
|
+
"level": "beginner"
|
|
575
|
+
},
|
|
576
|
+
{
|
|
577
|
+
"id": "dimensions",
|
|
578
|
+
"name": "Dimensions",
|
|
579
|
+
"description": "Aluminum case - 38mm",
|
|
580
|
+
"sourceHeading": "Dimensions",
|
|
581
|
+
"level": "beginner"
|
|
582
|
+
},
|
|
583
|
+
{
|
|
584
|
+
"id": "languages",
|
|
585
|
+
"name": "Languages",
|
|
586
|
+
"description": "Language support",
|
|
587
|
+
"sourceHeading": "Languages",
|
|
588
|
+
"level": "beginner"
|
|
589
|
+
},
|
|
590
|
+
{
|
|
591
|
+
"id": "apple_footer",
|
|
592
|
+
"name": "Apple Footer",
|
|
593
|
+
"description": "Apple Footer",
|
|
594
|
+
"sourceHeading": "Apple Footer",
|
|
595
|
+
"level": "beginner"
|
|
596
|
+
},
|
|
597
|
+
{
|
|
598
|
+
"id": "gps_glonass_galileo_and_qzss",
|
|
599
|
+
"name": "GPS, GLONASS, Galileo, and QZSS",
|
|
600
|
+
"description": "GPS, GLONASS, Galileo, and QZSS",
|
|
601
|
+
"sourceHeading": "GPS, GLONASS, Galileo, and QZSS",
|
|
602
|
+
"level": "beginner"
|
|
603
|
+
},
|
|
604
|
+
{
|
|
605
|
+
"id": "altimeter",
|
|
606
|
+
"name": "Altimeter",
|
|
607
|
+
"description": "Altimeter",
|
|
608
|
+
"sourceHeading": "Altimeter",
|
|
609
|
+
"level": "beginner"
|
|
610
|
+
},
|
|
611
|
+
{
|
|
612
|
+
"id": "water_resistant50_meters1",
|
|
613
|
+
"name": "Water resistant50 meters1",
|
|
614
|
+
"description": "Water resistant50 meters1",
|
|
615
|
+
"sourceHeading": "Water resistant50 meters1",
|
|
616
|
+
"level": "beginner"
|
|
617
|
+
},
|
|
618
|
+
{
|
|
619
|
+
"id": "optical_heart_sensor",
|
|
620
|
+
"name": "Optical heart sensor",
|
|
621
|
+
"description": "Optical heart sensor",
|
|
622
|
+
"sourceHeading": "Optical heart sensor",
|
|
623
|
+
"level": "beginner"
|
|
624
|
+
},
|
|
625
|
+
{
|
|
626
|
+
"id": "emergency_sos",
|
|
627
|
+
"name": "Emergency SOS",
|
|
628
|
+
"description": "Emergency SOS",
|
|
629
|
+
"sourceHeading": "Emergency SOS",
|
|
630
|
+
"level": "beginner"
|
|
631
|
+
},
|
|
632
|
+
{
|
|
633
|
+
"id": "energy_efficient5",
|
|
634
|
+
"name": "Energy efficient5",
|
|
635
|
+
"description": "Energy efficient5",
|
|
636
|
+
"sourceHeading": "Energy efficient5",
|
|
637
|
+
"level": "beginner"
|
|
638
|
+
},
|
|
639
|
+
{
|
|
640
|
+
"id": "responsible_packaging6",
|
|
641
|
+
"name": "Responsible packaging6",
|
|
642
|
+
"description": "Responsible packaging6",
|
|
643
|
+
"sourceHeading": "Responsible packaging6",
|
|
644
|
+
"level": "beginner"
|
|
645
|
+
},
|
|
646
|
+
{
|
|
647
|
+
"id": "arsenic_free_display_glass7",
|
|
648
|
+
"name": "Arsenic-free display glass7",
|
|
649
|
+
"description": "Arsenic-free display glass7",
|
|
650
|
+
"sourceHeading": "Arsenic-free display glass7",
|
|
651
|
+
"level": "beginner"
|
|
652
|
+
},
|
|
653
|
+
{
|
|
654
|
+
"id": "mercury_bfr_pvc_and_beryllium_free7",
|
|
655
|
+
"name": "Mercury-, BFR-, PVC-, and beryllium-free7",
|
|
656
|
+
"description": "Mercury-, BFR-, PVC-, and beryllium-free7",
|
|
657
|
+
"sourceHeading": "Mercury-, BFR-, PVC-, and beryllium-free7",
|
|
658
|
+
"level": "beginner"
|
|
659
|
+
},
|
|
660
|
+
{
|
|
661
|
+
"id": "platform",
|
|
662
|
+
"name": "Platform",
|
|
663
|
+
"description": "Platform",
|
|
664
|
+
"sourceHeading": "Platform",
|
|
665
|
+
"level": "beginner"
|
|
666
|
+
},
|
|
667
|
+
{
|
|
668
|
+
"id": "productivity",
|
|
669
|
+
"name": "Productivity",
|
|
670
|
+
"description": "Free",
|
|
671
|
+
"sourceHeading": "Productivity",
|
|
672
|
+
"level": "beginner"
|
|
673
|
+
},
|
|
674
|
+
{
|
|
675
|
+
"id": "ratings_reviews",
|
|
676
|
+
"name": "Ratings & Reviews",
|
|
677
|
+
"description": "Ratings & Reviews",
|
|
678
|
+
"sourceHeading": "Ratings & Reviews",
|
|
679
|
+
"level": "beginner"
|
|
680
|
+
},
|
|
681
|
+
{
|
|
682
|
+
"id": "appointment_keeping_scheduling_tasks",
|
|
683
|
+
"name": "Appointment Keeping & Scheduling Tasks",
|
|
684
|
+
"description": "Appointment Keeping & Scheduling Tasks",
|
|
685
|
+
"sourceHeading": "Appointment Keeping & Scheduling Tasks",
|
|
686
|
+
"level": "beginner"
|
|
687
|
+
},
|
|
688
|
+
{
|
|
689
|
+
"id": "me_and_my_alpha_wolf_senpai",
|
|
690
|
+
"name": "Me and my alpha wolf senpai ❤️🔥🐺🏳️🌈🫒",
|
|
691
|
+
"description": "Me and my alpha wolf senpai ❤️🔥🐺🏳️🌈🫒",
|
|
692
|
+
"sourceHeading": "Me and my alpha wolf senpai ❤️🔥🐺🏳️🌈🫒",
|
|
693
|
+
"level": "beginner"
|
|
694
|
+
},
|
|
695
|
+
{
|
|
696
|
+
"id": "subscription",
|
|
697
|
+
"name": "Subscription?",
|
|
698
|
+
"description": "Subscription?",
|
|
699
|
+
"sourceHeading": "Subscription?",
|
|
700
|
+
"level": "beginner"
|
|
701
|
+
},
|
|
702
|
+
{
|
|
703
|
+
"id": "doesn_t_sync_with_outlook_calendars",
|
|
704
|
+
"name": "Doesn’t sync with Outlook calendars",
|
|
705
|
+
"description": "Doesn’t sync with Outlook calendars",
|
|
706
|
+
"sourceHeading": "Doesn’t sync with Outlook calendars",
|
|
707
|
+
"level": "expert"
|
|
708
|
+
},
|
|
709
|
+
{
|
|
710
|
+
"id": "app_privacy",
|
|
711
|
+
"name": "App Privacy",
|
|
712
|
+
"description": "App Privacy",
|
|
713
|
+
"sourceHeading": "App Privacy",
|
|
714
|
+
"level": "beginner"
|
|
715
|
+
},
|
|
716
|
+
{
|
|
717
|
+
"id": "data_linked_to_you",
|
|
718
|
+
"name": "Data Linked to You",
|
|
719
|
+
"description": "The following data, which may be collected and linked to your identity, may be used for the following purposes:",
|
|
720
|
+
"sourceHeading": "Data Linked to You",
|
|
721
|
+
"level": "pro"
|
|
722
|
+
},
|
|
723
|
+
{
|
|
724
|
+
"id": "app_functionality",
|
|
725
|
+
"name": "App Functionality",
|
|
726
|
+
"description": "App Functionality",
|
|
727
|
+
"sourceHeading": "App Functionality",
|
|
728
|
+
"level": "beginner"
|
|
729
|
+
},
|
|
730
|
+
{
|
|
731
|
+
"id": "data_not_linked_to_you",
|
|
732
|
+
"name": "Data Not Linked to You",
|
|
733
|
+
"description": "The following data, which may be collected but is not linked to your identity, may be used for the following purposes:",
|
|
734
|
+
"sourceHeading": "Data Not Linked to You",
|
|
735
|
+
"level": "pro"
|
|
736
|
+
},
|
|
737
|
+
{
|
|
738
|
+
"id": "analytics",
|
|
739
|
+
"name": "Analytics",
|
|
740
|
+
"description": "Analytics",
|
|
741
|
+
"sourceHeading": "Analytics",
|
|
742
|
+
"level": "beginner"
|
|
743
|
+
},
|
|
744
|
+
{
|
|
745
|
+
"id": "accessibility",
|
|
746
|
+
"name": "Accessibility",
|
|
747
|
+
"description": "The developer has not yet indicated which accessibility features this app supports. Learn More",
|
|
748
|
+
"sourceHeading": "Accessibility",
|
|
749
|
+
"level": "grandmaster"
|
|
750
|
+
},
|
|
751
|
+
{
|
|
752
|
+
"id": "information",
|
|
753
|
+
"name": "Information",
|
|
754
|
+
"description": "Information",
|
|
755
|
+
"sourceHeading": "Information",
|
|
756
|
+
"level": "beginner"
|
|
757
|
+
},
|
|
758
|
+
{
|
|
759
|
+
"id": "more_by_apple",
|
|
760
|
+
"name": "More by Apple",
|
|
761
|
+
"description": "More by Apple",
|
|
762
|
+
"sourceHeading": "More by Apple",
|
|
763
|
+
"level": "beginner"
|
|
764
|
+
},
|
|
765
|
+
{
|
|
766
|
+
"id": "apple_books",
|
|
767
|
+
"name": "Apple Books",
|
|
768
|
+
"description": "Read, listen, discover.",
|
|
769
|
+
"sourceHeading": "Apple Books",
|
|
770
|
+
"level": "beginner"
|
|
771
|
+
},
|
|
772
|
+
{
|
|
773
|
+
"id": "apple_podcasts",
|
|
774
|
+
"name": "Apple Podcasts",
|
|
775
|
+
"description": "Audio and video podcasts",
|
|
776
|
+
"sourceHeading": "Apple Podcasts",
|
|
777
|
+
"level": "beginner"
|
|
778
|
+
},
|
|
779
|
+
{
|
|
780
|
+
"id": "find_my_friends",
|
|
781
|
+
"name": "Find My Friends",
|
|
782
|
+
"description": "Social Networking",
|
|
783
|
+
"sourceHeading": "Find My Friends",
|
|
784
|
+
"level": "beginner"
|
|
785
|
+
},
|
|
786
|
+
{
|
|
787
|
+
"id": "keynote_design_presentations",
|
|
788
|
+
"name": "Keynote: Design Presentations",
|
|
789
|
+
"description": "Build and present your story",
|
|
790
|
+
"sourceHeading": "Keynote: Design Presentations",
|
|
791
|
+
"level": "beginner"
|
|
792
|
+
},
|
|
793
|
+
{
|
|
794
|
+
"id": "shazam_find_music_concerts",
|
|
795
|
+
"name": "Shazam: Find Music & Concerts",
|
|
796
|
+
"description": "Identify Songs, Live Shows",
|
|
797
|
+
"sourceHeading": "Shazam: Find Music & Concerts",
|
|
798
|
+
"level": "beginner"
|
|
799
|
+
},
|
|
800
|
+
{
|
|
801
|
+
"id": "imovie",
|
|
802
|
+
"name": "iMovie",
|
|
803
|
+
"description": "Turn videos into movie magic",
|
|
804
|
+
"sourceHeading": "iMovie",
|
|
805
|
+
"level": "beginner"
|
|
806
|
+
},
|
|
807
|
+
{
|
|
808
|
+
"id": "apple_store",
|
|
809
|
+
"name": "Apple Store",
|
|
810
|
+
"description": "Shopping designed around you",
|
|
811
|
+
"sourceHeading": "Apple Store",
|
|
812
|
+
"level": "beginner"
|
|
813
|
+
},
|
|
814
|
+
{
|
|
815
|
+
"id": "garageband",
|
|
816
|
+
"name": "GarageBand",
|
|
817
|
+
"description": "Make great music anywhere",
|
|
818
|
+
"sourceHeading": "GarageBand",
|
|
819
|
+
"level": "beginner"
|
|
820
|
+
},
|
|
821
|
+
{
|
|
822
|
+
"id": "pages_create_documents",
|
|
823
|
+
"name": "Pages: Create Documents",
|
|
824
|
+
"description": "Write, layout, and design",
|
|
825
|
+
"sourceHeading": "Pages: Create Documents",
|
|
826
|
+
"level": "beginner"
|
|
827
|
+
},
|
|
828
|
+
{
|
|
829
|
+
"id": "numbers_make_spreadsheets",
|
|
830
|
+
"name": "Numbers: Make Spreadsheets",
|
|
831
|
+
"description": "Plan, organize, and visualize",
|
|
832
|
+
"sourceHeading": "Numbers: Make Spreadsheets",
|
|
833
|
+
"level": "beginner"
|
|
834
|
+
},
|
|
835
|
+
{
|
|
836
|
+
"id": "apple_support",
|
|
837
|
+
"name": "Apple Support",
|
|
838
|
+
"description": "We’re here to help",
|
|
839
|
+
"sourceHeading": "Apple Support",
|
|
840
|
+
"level": "beginner"
|
|
841
|
+
},
|
|
842
|
+
{
|
|
843
|
+
"id": "testflight",
|
|
844
|
+
"name": "TestFlight",
|
|
845
|
+
"description": "Beta testing made simple",
|
|
846
|
+
"sourceHeading": "TestFlight",
|
|
847
|
+
"level": "beginner"
|
|
848
|
+
},
|
|
849
|
+
{
|
|
850
|
+
"id": "itunes_remote",
|
|
851
|
+
"name": "iTunes Remote",
|
|
852
|
+
"description": "Entertainment",
|
|
853
|
+
"sourceHeading": "iTunes Remote",
|
|
854
|
+
"level": "beginner"
|
|
855
|
+
},
|
|
856
|
+
{
|
|
857
|
+
"id": "you_might_also_like",
|
|
858
|
+
"name": "You Might Also Like",
|
|
859
|
+
"description": "You Might Also Like",
|
|
860
|
+
"sourceHeading": "You Might Also Like",
|
|
861
|
+
"level": "beginner"
|
|
862
|
+
},
|
|
863
|
+
{
|
|
864
|
+
"id": "calendar",
|
|
865
|
+
"name": "Calendar ·",
|
|
866
|
+
"description": "Planner Organizer & Agenda",
|
|
867
|
+
"sourceHeading": "Calendar ·",
|
|
868
|
+
"level": "beginner"
|
|
869
|
+
},
|
|
870
|
+
{
|
|
871
|
+
"id": "pencil_planner_calendar_pro",
|
|
872
|
+
"name": "Pencil Planner & Calendar Pro",
|
|
873
|
+
"description": "Daily digital passion agenda",
|
|
874
|
+
"sourceHeading": "Pencil Planner & Calendar Pro",
|
|
875
|
+
"level": "beginner"
|
|
876
|
+
},
|
|
877
|
+
{
|
|
878
|
+
"id": "calendars_schedule_planner",
|
|
879
|
+
"name": "Calendars: Schedule Planner",
|
|
880
|
+
"description": "2026 Daily Organizer・Reminder",
|
|
881
|
+
"sourceHeading": "Calendars: Schedule Planner",
|
|
882
|
+
"level": "beginner"
|
|
883
|
+
},
|
|
884
|
+
{
|
|
885
|
+
"id": "simple_calendar_simplecal",
|
|
886
|
+
"name": "Simple Calendar - SimpleCal",
|
|
887
|
+
"description": "Tasks & ToDo for your schedule",
|
|
888
|
+
"sourceHeading": "Simple Calendar - SimpleCal",
|
|
889
|
+
"level": "beginner"
|
|
890
|
+
},
|
|
891
|
+
{
|
|
892
|
+
"id": "week_calendar_smart_planner",
|
|
893
|
+
"name": "Week Calendar - Smart Planner",
|
|
894
|
+
"description": "Sync Agenda Tasks & Reminders",
|
|
895
|
+
"sourceHeading": "Week Calendar - Smart Planner",
|
|
896
|
+
"level": "expert"
|
|
897
|
+
},
|
|
898
|
+
{
|
|
899
|
+
"id": "google_calendar_get_organized",
|
|
900
|
+
"name": "Google Calendar: Get Organized",
|
|
901
|
+
"description": "Easily plan & schedule",
|
|
902
|
+
"sourceHeading": "Google Calendar: Get Organized",
|
|
903
|
+
"level": "beginner"
|
|
904
|
+
},
|
|
905
|
+
{
|
|
906
|
+
"id": "pocketlife_calendar",
|
|
907
|
+
"name": "PocketLife Calendar",
|
|
908
|
+
"description": "Calendar Organizer & Reminders",
|
|
909
|
+
"sourceHeading": "PocketLife Calendar",
|
|
910
|
+
"level": "beginner"
|
|
911
|
+
},
|
|
912
|
+
{
|
|
913
|
+
"id": "awesome_calendar_2",
|
|
914
|
+
"name": "Awesome Calendar 2",
|
|
915
|
+
"description": "reminders, note & planner app",
|
|
916
|
+
"sourceHeading": "Awesome Calendar 2",
|
|
917
|
+
"level": "beginner"
|
|
918
|
+
},
|
|
919
|
+
{
|
|
920
|
+
"id": "calendar_op_2",
|
|
921
|
+
"name": "Calendar Op.2",
|
|
922
|
+
"description": "Handy simple calendar",
|
|
923
|
+
"sourceHeading": "Calendar Op.2",
|
|
924
|
+
"level": "beginner"
|
|
925
|
+
},
|
|
926
|
+
{
|
|
927
|
+
"id": "awesome_calendar_lite",
|
|
928
|
+
"name": "Awesome Calendar Lite",
|
|
929
|
+
"description": "Keep Your Busy Life Organized",
|
|
930
|
+
"sourceHeading": "Awesome Calendar Lite",
|
|
931
|
+
"level": "beginner"
|
|
932
|
+
},
|
|
933
|
+
{
|
|
934
|
+
"id": "africa_middle_east_and_india",
|
|
935
|
+
"name": "Africa, Middle East, and India",
|
|
936
|
+
"description": "Africa, Middle East, and India",
|
|
937
|
+
"sourceHeading": "Africa, Middle East, and India",
|
|
938
|
+
"level": "beginner"
|
|
939
|
+
},
|
|
940
|
+
{
|
|
941
|
+
"id": "asia_pacific",
|
|
942
|
+
"name": "Asia Pacific",
|
|
943
|
+
"description": "Asia Pacific",
|
|
944
|
+
"sourceHeading": "Asia Pacific",
|
|
945
|
+
"level": "beginner"
|
|
946
|
+
},
|
|
947
|
+
{
|
|
948
|
+
"id": "europe",
|
|
949
|
+
"name": "Europe",
|
|
950
|
+
"description": "Europe",
|
|
951
|
+
"sourceHeading": "Europe",
|
|
952
|
+
"level": "beginner"
|
|
953
|
+
},
|
|
954
|
+
{
|
|
955
|
+
"id": "latin_america_and_the_caribbean",
|
|
956
|
+
"name": "Latin America and the Caribbean",
|
|
957
|
+
"description": "Latin America and the Caribbean",
|
|
958
|
+
"sourceHeading": "Latin America and the Caribbean",
|
|
959
|
+
"level": "beginner"
|
|
960
|
+
},
|
|
961
|
+
{
|
|
962
|
+
"id": "the_united_states_and_canada",
|
|
963
|
+
"name": "The United States and Canada",
|
|
964
|
+
"description": "The United States and Canada",
|
|
965
|
+
"sourceHeading": "The United States and Canada",
|
|
966
|
+
"level": "beginner"
|
|
967
|
+
},
|
|
968
|
+
{
|
|
969
|
+
"id": "get_started_with_calendar",
|
|
970
|
+
"name": "Get started with Calendar",
|
|
971
|
+
"description": "Set up Calendar and start managing all your events in one app, even if they’re in different accounts like iCloud or Google.",
|
|
972
|
+
"sourceHeading": "Get started with Calendar",
|
|
973
|
+
"level": "grandmaster"
|
|
974
|
+
},
|
|
975
|
+
{
|
|
976
|
+
"id": "schedule_your_reminders_around_your_day",
|
|
977
|
+
"name": "Schedule your reminders around your day",
|
|
978
|
+
"description": "Show scheduled reminders in Calendar to keep track of your to-do list and your events all in one place.",
|
|
979
|
+
"sourceHeading": "Schedule your reminders around your day",
|
|
980
|
+
"level": "pro"
|
|
981
|
+
},
|
|
982
|
+
{
|
|
983
|
+
"id": "calendar_user_guide",
|
|
984
|
+
"name": "Calendar User Guide",
|
|
985
|
+
"description": "Calendar User Guide",
|
|
986
|
+
"sourceHeading": "Calendar User Guide",
|
|
987
|
+
"level": "beginner"
|
|
988
|
+
}
|
|
989
|
+
],
|
|
990
|
+
"valueAddFeatures": [
|
|
991
|
+
{
|
|
992
|
+
"id": "summarize_all",
|
|
993
|
+
"name": "Summarize",
|
|
994
|
+
"description": "Read and summarize all Calendar content",
|
|
995
|
+
"category": "intelligence",
|
|
996
|
+
"level": "expert"
|
|
997
|
+
},
|
|
998
|
+
{
|
|
999
|
+
"id": "change_monitor",
|
|
1000
|
+
"name": "Change Monitor",
|
|
1001
|
+
"description": "Monitor Calendar for changes and notify",
|
|
1002
|
+
"category": "monitoring",
|
|
1003
|
+
"level": "grandmaster"
|
|
1004
|
+
},
|
|
1005
|
+
{
|
|
1006
|
+
"id": "bulk_create",
|
|
1007
|
+
"name": "Bulk Create",
|
|
1008
|
+
"description": "Create multiple Calendar items from a list or template",
|
|
1009
|
+
"category": "bulk",
|
|
1010
|
+
"level": "pro"
|
|
1011
|
+
},
|
|
1012
|
+
{
|
|
1013
|
+
"id": "smart_search",
|
|
1014
|
+
"name": "Smart Search",
|
|
1015
|
+
"description": "Search across all Calendar content with pattern matching",
|
|
1016
|
+
"category": "organization",
|
|
1017
|
+
"level": "pro"
|
|
1018
|
+
}
|
|
1019
|
+
]
|
|
1020
|
+
}
|