module Vpim::View
Constants
- SECSPERDAY
Public Class Methods
todos(cal, withdone=false)
click to toggle source
Return a calendar view of only todos (optionally, include todos that are done).
# File lib/vpim/view.rb, line 85 def self.todos(cal, withdone=false) end
week(cal)
click to toggle source
Return a calendar view for the next week.
# File lib/vpim/view.rb, line 76 def self.week(cal) cal.clone.extend Week.dup end