yvangodard / ical-to-google-calendar

A script to sync an iCal/vcal calendar feed to a Google Calendar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iCal-to-GoogleCalendar (iCal2Gcal)

Description

This tool is designed to synchronize an iCal-format (.ics) calendar to a a Google Calendar with it, via the Google Calendar API.

For that, it downloads the ics file, parse it with a cleaner script to avoid incompatibily with Google (with a python Script), and a simple Perl script parse the cleaned file, and updates a Google Calendar with it, via the Google Calendar API (only one way).

This tool includes some third-party scripts:

Bug report

If you want to submit a bug ticket : submit bug ticket.

Installation

git clone https://github.com/yvangodard/ical-to-google-calendar.git ; 
sudo chmod -R 750 ical-to-google-calendar

Help?

./ics-sync.sh -h

License

Script by Yvan GODARD godardyvan@gmail.com.

This script is licensed under Creative Commons 4.0 BY NC SA.

Licence Creative Commons

Limitations

THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS AND CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

About

A script to sync an iCal/vcal calendar feed to a Google Calendar


Languages

Language:Shell 82.7%Language:Python 17.3%