perl -MData::ICal -MData::Dump -e "my $cal = Data::ICal->new(filename => $ARGV[0]); dd @{$cal->entries};" sample.ics
Comment on
Moved from 'Today I Learned' (2024-02-14 02:31:10)
Download
Code
Back to
Meditations