top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

How to work my application (rail application) events to store in google calendar

+1 vote
280 views

How to work my application events to store in google calendar. Is this possible. any good links are available to do this.

posted Oct 10, 2013 by Sonu Jindal

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

+1 vote

Check this https://www.ruby-toolbox.com/projects/google_calendar, I haven't used it, but it looks decent and it is in current development.

answer Oct 10, 2013 by Garima Jain
Similar Questions
+1 vote

A person just asked me why after a while his calendar keeps disappearing from his phone, after removing and adding the account it appears again, but it keeps happening.

Also, this is a corporate (exchange) account he's synchronizing with his Android device, his account is set to hold everything on the device.

Any ideas what can I do to solve this issue?

+7 votes

I am trying to get google-geo to work, but I am seeing errors.

#!/usr/bin/ruby

require 'Google-geo'

mykey = 'blahblahblah'
addy1 = 'xxxxxxxxxxxxx' # xx, yy

geo = Google::Geo.new mykey
res = geo.locate addy1
puts res.coordinates

...and the error:

/Library/Ruby/Site/2.0.0/rubygems/core_ext/kernel_require.rb:55:in require': cannot load such file -- Google-geo (LoadError) from /Library/Ruby/Site/2.0.0/rubygems/core_ext/kernel_require.rb:55:inrequire'
from pdev.rb:6:in `'

Not sure why it can't load it as it's just installed. I can't get anything to work in irb either.

+1 vote

I want to create 3 rails apps in which every app has a Google API.
1) Gmail API
2) Google+ API 3
3) Google calendar API

Please suggest how to begin with...

...