Sha256: 3f321121cd5657c980fa7f67262c2ebc6f6ff865709b9c79b179b3642023f234
Contents?: true
Size: 679 Bytes
Versions: 1
Compression:
Stored size: 679 Bytes
Contents
module GData include_package 'com.google.gdata.data.calendar' include_package 'com.google.gdata.client.calendar' include_package 'com.google.gdata.data.extensions' end class Java::ComGoogleGdataClientCalendar::CalendarService ALL_CALENDAR_URL = 'http://www.google.com/calendar/feeds/default/allcalendars/full' OWN_CALENDAR_URL = 'http://www.google.com/calendar/feeds/default/owncalendars/full' DEFAULT_CALENDAR_URI = 'http://www.google.com/calendar/feeds/default/private/full' def find_feed(options) super(options.merge({:class => GData::CalendarFeed})) end def find_entry(options) super(options.merge({:class => GData::CalendarEntry})) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
gdata-jruby-client-0.7.0 | lib/calendar_service.rb |