LinuxCommandLibrary

ical

command-line tool for working with iCalendar files

TLDR

Display calendar

$ ical [calendar.ics]
copy
List events
$ ical -l [calendar.ics]
copy
Show events for today
$ ical -t [calendar.ics]
copy
Export to different format
$ ical -o [output.txt] [calendar.ics]
copy

SYNOPSIS

ical [options] [file]

DESCRIPTION

ical is a command-line tool for working with iCalendar (.ics) files. It can display, parse, and manipulate calendar data in the standard iCalendar format used by most calendar applications.

PARAMETERS

-l

List events.
-t
Show today's events.
-o file
Output to file.

SEE ALSO

calcurse(1), khal(1), remind(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community