You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(Very belatedly...) Good point, thanks. I think a better approach may be to release it to CPAN as eg. App::ICalToGoogleCalendar, so that can be installed via cpanm, and automatically pull in dependencies and install the script to a bin dir.
for some ppl it is useful to have some instructions to install ical-to-gcal - this one I used on a Ubuntu 12.04 LTS system:
wget https://raw.github.com/bigpresh/ical-to-google-calendar/master/ical-to-gcal -O ical-to-gcal
chmod +x ical-to-gcal
apt-get install cpanminus libxml-atom-perl libnet-google-authsub-perl libdatetime-format-ical-perl libdata-ical-perl libical-parser-perl libdate-leapyear-perl
cpanm --self-upgrade --sudo
cpanm Net::Google::Calendar
The text was updated successfully, but these errors were encountered: