From: Andrew Ruthven Date: Tue, 8 Nov 2016 10:10:58 +0000 (+1300) Subject: Add comment X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a361d37e5c59bc6f5d76ebd123f3a03b70abb6da;p=calendar-busy.git Add comment --- diff --git a/calendar-busy.pl b/calendar-busy.pl index 800334d..e0e83b0 100755 --- a/calendar-busy.pl +++ b/calendar-busy.pl @@ -1,5 +1,7 @@ #!/usr/bin/perl -w +# Grab a free busy file and convert it into a ICS file with VEVENTs for all busy times. + use v5.10; use LWP; use LWP::UserAgent;