Implementing GCal4Ruby with Google AuthSub
On a side project I'm working on, StudentPlanr, we needed the ability to use Google AuthSub for a little more security than passing a username/password in the clear. I have used the gCal4Ruby gem in the past (by Mike Reich) and loved the ease of use and simple interface to interact with Google Calendar.
Today, I coded up a way for gCal4Ruby to use AuthSub and now everything is up and running. I'll be cleaning up some code and adding in things that are useful to the StudentPlanr project, so feel free to check it out. Hope it will be useful for your projects.
Feel free to fork and contribute:
Advertisement