https://github.com/wtnabe/ical2gcal
sync ics(es) to google calendar
https://github.com/wtnabe/ical2gcal
cli google-api-client google-calendar ical ruby
Last synced: 6 months ago
JSON representation
sync ics(es) to google calendar
- Host: GitHub
- URL: https://github.com/wtnabe/ical2gcal
- Owner: wtnabe
- License: other
- Created: 2011-04-27T02:42:13.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2023-01-09T00:18:38.000Z (over 2 years ago)
- Last Synced: 2024-09-22T04:10:54.968Z (7 months ago)
- Topics: cli, google-api-client, google-calendar, ical, ruby
- Language: Ruby
- Homepage: https://github.com/wtnabe/ical2gcal
- Size: 40 KB
- Stars: 15
- Watchers: 3
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.rdoc
- Changelog: HISTORY.md
- License: LICENSE.txt
Awesome Lists containing this project
README
= ical2gcal
{
}[https://travis-ci.org/wtnabe/ical2gcal]
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
* PC :-)
* Ruby ( tested with CRuby 2.5, 2.6, 2.7 )
* ri_cal http://ri-cal.rubyforge.org/
* google-api-ruby-client https://github.com/google/google-api-ruby-client== 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 https://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
Copyright (c) 2011 wtnabe. See LICENSE.txt for
further details.