module GdsApi

def self.calendars(options = {})

Returns:
  • (GdsApi::Calendars) -
def self.calendars(options = {})
  GdsApi::Calendars.new(Plek.find('calendars'), options)
end