1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/osx/icalbuddy.md

25 lines
626 B
Markdown
Raw Normal View History

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