Class Vpim::Agent::Calendars
In: lib/vpim/agent/calendars.rb
Parent: Object

Return calendar information based on RESTful (lovein’ the jargon…) paths. Input is a Vpim::Repo.

  .../coding/month/atom
  .../coding/events/month/ics              <- next month?
  .../coding/events/month/2008-04/ics      <- a specified month?
  .../coding/week/atom
  .../year/atom

Methods

get   new  

Classes and Modules

Class Vpim::Agent::Calendars::Calendar

Public Class methods

Public Instance methods

Get object at this path. Return value is a tuple of data and mime content type.

[Validate]