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:
|
|
|
|
|
2020-06-11 14:48:33 +01:00
|
|
|
`icalBuddy -n 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
|
|
|
|
2020-06-11 14:48:33 +01:00
|
|
|
`icalBuddy -f -sc 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
|
|
|
|
2020-06-11 14:48:33 +01:00
|
|
|
`icalBuddy -n tasksDueBefore:today+{{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
|
|
|
|
2020-11-01 13:40:05 +00:00
|
|
|
`icalBuddy eventsFrom:'{{start_date}}' to:'{{end_date}}'`
|