System Grab Bag

View all TLDR pages from Mac OS X (or from all pages)

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+{{8}}"
  • Show events in a time range:
    icalBuddy eventsFrom:{{start_date}} to:{{end_date}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.