bigpresh / ical-to-google-calendar

A script to sync an iCal/vcal calendar feed to a Google Calendar
12 stars 8 forks source link

install instructions are missing #3

Open ThomasCr opened 10 years ago

ThomasCr commented 10 years ago

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

bigpresh commented 9 years ago

(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.