class Mhc::CalDav::Cache

Public Instance Methods

report(xml, depth = 1) click to toggle source
# File lib/mhc/caldav.rb, line 295
def report(xml, depth = 1)
  raise NotImplementedError
end
report_calendar_multiget(path_list) click to toggle source
# File lib/mhc/caldav.rb, line 299
def report_calendar_multiget(path_list)
  raise NotImplementedError
end