logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

iCal Events - Control Calendar Events with iCalBuddy | Online Free DevTools by Hexmos

Control calendar events easily with iCalBuddy. Manage, format, and display iCal events and tasks directly from the command line. Free online tool, no registration required.

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+{{number_of_days}}"

  • Show events in a time range:

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

See Also