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 │ time │
│ │ │ │ │ │ │ │ zone │
│ │ │ │ │ │ │ │ s │
├───┼────────────────┼────────────────┼────────────────┼────────────────┼────────────────┼────────────┼──────┤
│ 0 │ [list 0 items] │ [list 0 items] │ [list 0 items] │ [list 0 items] │ [list 0 items] │ [list 0 │ [lis │
│ │ │ │ │ │ │ items] │ t 0 │
│ │ │ │ │ │ │ │ item │
│ │ │ │ │ │ │ │ s] │
╰───┴────────────────┴────────────────┴────────────────┴────────────────┴────────────────┴────────────┴──────╯