from ics for formats

Parse text as .ics and create table.

Signature

> from ics {flags}

Input/output types:

input output
string table

Examples

Converts ics formatted string to table

> 'BEGIN:VCALENDAR
            END:VCALENDAR' | from ics
╭───┬────────────────┬────────────────┬────────────────┬────────────────┬────────────────┬────────────────┬────────────────╮
 # │   properties   │     events     │     alarms     │     to-Dos     │    journals    │   free-busys   │   timezones    │
├───┼────────────────┼────────────────┼────────────────┼────────────────┼────────────────┼────────────────┼────────────────┤
 0  [list 0 items]  [list 0 items]  [list 0 items]  [list 0 items]  [list 0 items]  [list 0 items]  [list 0 items] 
╰───┴────────────────┴────────────────┴────────────────┴────────────────┴────────────────┴────────────────┴────────────────╯