1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-01 21:15:22 +02:00
tldr/pages/osx/icalbuddy.md
2022-11-21 17:57:32 +10:00

629 B

icalBuddy

Command-line utility for printing events and tasks from the macOS calendar database. More information: https://hasseg.org/icalBuddy/.

  • Show events later today:

icalBuddy --includeOnlyEventsFromNowOn eventsToday

  • Show uncompleted tasks:

icalBuddy uncompletedTasks

  • Show a formatted list separated by calendar for all events today:

icalBuddy --formatOutput --separateByCalendar eventsToday

  • Show tasks for a specified number of days:

icalBuddy --includeOnlyEventsFromNowOn "tasksDueBefore:today+{{days}}"

  • Show events in a time range:

icalBuddy eventsFrom:{{start_date}} to:{{end_date}}