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