All Projects β†’ wtnabe β†’ ical2gcal

wtnabe / ical2gcal

Licence: other
sync ics(es) to google calendar

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to ical2gcal

ics-to-json
πŸ“… Convert ICS calendars (eg. Google Calendar) to an opinionated JSON format.
Stars: ✭ 36 (+176.92%)
Mutual labels:  ical, google-calendar
ics2gcal
Import .ics files into Google Calendar with only two clicks.
Stars: ✭ 21 (+61.54%)
Mutual labels:  ical, google-calendar
Daylight-Calendar-ICS
Daylight Calendar is a dynamically generated .ics calendar that you can host and subscribe to in Google Calendar, iCal, or other calendar software.
Stars: ✭ 22 (+69.23%)
Mutual labels:  ical, google-calendar
ADE-Scheduler
A webapp for UCLouvain's ADE scheduling tool.
Stars: ✭ 22 (+69.23%)
Mutual labels:  ical
icalparser
Simple ical parser for PHP
Stars: ✭ 56 (+330.77%)
Mutual labels:  ical
react-google-calendar
A react-big-calendar implementation that pulls events from Google calendars
Stars: ✭ 82 (+530.77%)
Mutual labels:  google-calendar
every2cal
πŸ™Œμ—λΈŒλ¦¬νƒ€μž„ μΊ˜λ¦°λ”λ₯Ό ics파일둜 λ°”κΏ”μ€λ‹ˆλ‹€
Stars: ✭ 33 (+153.85%)
Mutual labels:  ical
google holiday calendar
Get holidays via Google Calendar.
Stars: ✭ 21 (+61.54%)
Mutual labels:  google-calendar
SigTools
πŸ“† Sigarra Tools | An extension that makes the information system of the University of Porto slightly better.
Stars: ✭ 35 (+169.23%)
Mutual labels:  google-calendar
alfredToday
Today menu Plugin for Alfred (generalized for public consumption)
Stars: ✭ 39 (+200%)
Mutual labels:  google-calendar
niles
Niles - a Discord bot for interfacing with Google Calendar
Stars: ✭ 52 (+300%)
Mutual labels:  google-calendar
rrule
πŸ” Recurrence rule parsing & calculation as defined in the iCalendar RFC
Stars: ✭ 31 (+138.46%)
Mutual labels:  ical
django-ical
iCal feeds for Django based on Django's syndication feed framework.
Stars: ✭ 74 (+469.23%)
Mutual labels:  ical
google-calendar-userstyles
πŸ—“ One Dark theme for Google Calendar
Stars: ✭ 19 (+46.15%)
Mutual labels:  google-calendar
aircal
Visualize Airflow's schedule by exporting future DAG runs as events to Google Calendar.
Stars: ✭ 66 (+407.69%)
Mutual labels:  google-calendar
ical
πŸ“… Golang iCalendar lexer/parser implementing RFC 5545
Stars: ✭ 28 (+115.38%)
Mutual labels:  ical
node-red-contrib-ical-events
Node-RED module to get events from a iCal Calender (Google e.g.), icloud or Caldav Server via kalender-events
Stars: ✭ 38 (+192.31%)
Mutual labels:  ical
rooms
A simple Display for Meeting Rooms
Stars: ✭ 93 (+615.38%)
Mutual labels:  google-calendar
node-ical
NodeJS class for parsing iCalendar/ICS files
Stars: ✭ 53 (+307.69%)
Mutual labels:  ical
datebook
πŸ“… Generates URLs and downloadable ICS files for adding events to popular calendar apps.
Stars: ✭ 273 (+2000%)
Mutual labels:  google-calendar

ical2gcalΒΆ ↑

Build Status

sync ics(es) to google calendar

BenefitsΒΆ ↑

  • Solve the PROBLEM that Android's calendar program cannot reference webcal !

  • Complete sync calendar from .ics to google calendar ( also deleting events )

RequirementsΒΆ ↑

How to useΒΆ ↑

  1. Install Ruby

  2. `gem install ical2gcal`

  3. open Your Google API Console and setup your App and Credential, and download JSON and put as 'client_secrets.json' ( defined in ruby-client )

  4. Prepare calendar that you like to import to, and note that id

  5. type `ical2gcal –help`

see developers.google.com/google-apps/calendar/firstapp

Incompatible Changes ( v0.5 )ΒΆ ↑

* How to specify calendar is changed to ID from name
* How to save the authentication information is changed to Credential from Pit

Contributing to ical2gcalΒΆ ↑

  • Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet

  • Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it

  • Fork the project

  • Start a feature/bugfix branch

  • Commit and push until you are happy with your contribution

  • Make sure to add tests for it. This is important so I don't break it in a future version unintentionally.

  • Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it.

Copyright Β© 2011 wtnabe. See LICENSE.txt for further details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].