Sha256: 052813711230e1889b995f56ecb9ab92c67343b3c23660297a2f9fa14e34d2d3

Contents?: true

Size: 1.84 KB

Versions: 4

Compression:

Stored size: 1.84 KB

Contents

:calendar:
  :service: cl

  :headers:
    GData-Version: "2"

  :action_subs:
    :feed_basic: ":feed:/calendar/feeds"
    :service: cl
    :auth: https://www.google.com
    :feed: https://www.google.com
    
  :action_hash:
    :domain_login:
      :method: :post
      :path: ":auth:/accounts/ClientLogin"
      :format: :text
    :retrieve_calendar_for_user:
      :method: :get
      :path: ":feed_basic:/:username:/allcalendars/full/:calendar:"
      :format: GoogleAppsApi::CalendarEntity
    :update_calendar_for_user:
      :method: :put
      :path: ":feed_basic:/:username:/allcalendars/full/:calendar:"
      :format: GoogleAppsApi::CalendarEntity
    :retrieve_calendars_for_user:
      :method: :get
      :path: ":feed_basic:/:username:/allcalendars/full"
      :feed: true
      :format: GoogleAppsApi::CalendarEntity
    :add_calendar_to_user:
      :method: :post
      :path: ":feed_basic:/:username:/allcalendars/full"
      :format: GoogleAppsApi::CalendarEntity
    :remove_calendar_from_user:
      :method: :delete
      :path: ":feed_basic:/:username:/allcalendars/full/:calendar:"
      :format: :text
    :retrieve_calendar_acl_for_user:
      :method: :get
      :path: ":feed_basic:/:calendar:/acl/full/:scope_type:%3a:scope_id:"  
      :format: GoogleAppsApi::CalendarAcl
    :retrieve_acls_for_calendar:
      :method: :get
      :path: ":feed_basic:/:calendar:/acl/full"
      :format: GoogleAppsApi::CalendarAcl
      :feed: true
    :create_calendar_acl:
      :method: :post
      :path: ":feed_basic:/:calendar:/acl/full"  
      :format: GoogleAppsApi::CalendarAcl
    :set_calendar_acl:
      :method: :put
      :path: ":feed_basic:/:calendar:/acl/full/:scope:"  
      :format: GoogleAppsApi::CalendarAcl
    :remove_calendar_acl:
      :method: :delete
      :path: ":feed_basic:/:calendar:/acl/full/:scope:"  
      :format: :text
      
    

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
google_apps_api-0.3.1 lib/config/calendar.yml
google_apps_api-0.3.0 lib/config/calendar.yml
google_apps_api-0.2.2 lib/config/calendar.yml
google_apps_api-0.2.1 lib/config/calendar.yml