Skip to content

Instantly share code, notes, and snippets.

@thbar
Created November 28, 2008 10:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thbar/29958 to your computer and use it in GitHub Desktop.
Save thbar/29958 to your computer and use it in GitHub Desktop.
Index: gems/rufus-google/lib/rufus/gcal.rb
===================================================================
--- gems/rufus-google/lib/rufus/gcal.rb (revision 722)
+++ gems/rufus-google/lib/rufus/gcal.rb (working copy)
@@ -110,7 +110,11 @@
def start_time
evalue('when', 'startTime', :time => true)
end
-
+
+ def title
+ @entry.title.to_s
+ end
+
def end_time
evalue('when', 'endTime', :time => true)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment