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