from ics for formats

Parse text as .ics and create table.

WARNING

Command from ics resides in plugin nu_plugin_formatsopen in new window. To use this command, you must install/compile and register nu_plugin_formats

Signature

> from ics {flags}

Input/output types:

inputoutput
stringtable

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]    
╰───┴────────────────┴────────────────┴────────────────┴────────────────┴────────────────┴────────────────┴───────────╯