icalendar.cli module#

Utility program that allows user to preview calendar's events

icalendar.cli.main()[source]#
icalendar.cli.view(event)[source]#

Make a human readable summary of an iCalendar file.

Parameters:

event (Event) – An iCalendar event containing fields such as summary, organizer, attendees, location, and timing.

Return type:

str

Returns:

A human readable summary of the event.