Registry / networking / google-calendar

google-calendar

JSON →
library0.6.4rbrubygemsunverified

A minimal wrapper around the Google Calendar API for Ruby.

gem install google_calendar
INSTALL
IMPORT
SIG · GOOGLE-CALENDAR
G
google-calendar
networkingrubyv0.6.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

GoogleCalendar
require 'google_calendar'

Lists events from the primary Google Calendar.

require 'google_calendar' cal = GoogleCalendar.new(client_id: 'YOUR_CLIENT_ID', client_secret: 'YOUR_CLIENT_SECRET', refresh_token: 'YOUR_REFRESH_TOKEN') events = cal.list_events(calendar_id: 'primary') events.each { |e| puts e.summary }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.6.4latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
6
Amazon
1
Resources
google-calendar — gem install google-calendar · libregistry