2020-05-10 15:18:33 -03:00
|
|
|
# icalBuddy
|
|
|
|
|
2020-06-11 10:48:33 -03:00
|
|
|
> Command-line utility for printing events and tasks from the macOS calendar database.
|
2020-05-10 15:18:33 -03:00
|
|
|
> More information: <https://hasseg.org/icalBuddy/>.
|
|
|
|
|
|
|
|
- Show events later today:
|
|
|
|
|
2022-11-21 04:57:32 -03:00
|
|
|
`icalBuddy --includeOnlyEventsFromNowOn eventsToday`
|
2020-05-10 15:18:33 -03:00
|
|
|
|
|
|
|
- Show uncompleted tasks:
|
|
|
|
|
2020-06-11 10:48:33 -03:00
|
|
|
`icalBuddy uncompletedTasks`
|
2020-05-10 15:18:33 -03:00
|
|
|
|
2020-11-01 14:40:05 +01:00
|
|
|
- Show a formatted list separated by calendar for all events today:
|
2020-05-10 15:18:33 -03:00
|
|
|
|
2022-11-21 04:57:32 -03:00
|
|
|
`icalBuddy --formatOutput --separateByCalendar eventsToday`
|
2020-05-10 15:18:33 -03:00
|
|
|
|
2020-06-11 10:48:33 -03:00
|
|
|
- Show tasks for a specified number of days:
|
2020-05-10 15:18:33 -03:00
|
|
|
|
2023-02-20 17:05:58 +10:00
|
|
|
`icalBuddy --includeOnlyEventsFromNowOn "tasksDueBefore:today+{{8}}"`
|
2020-05-10 15:18:33 -03:00
|
|
|
|
2020-06-11 10:48:33 -03:00
|
|
|
- Show events in a time range:
|
2020-05-10 15:18:33 -03:00
|
|
|
|
2022-02-14 03:21:43 -08:00
|
|
|
`icalBuddy eventsFrom:{{start_date}} to:{{end_date}}`
|