$Id: TODO,v 1.3 2002/09/25 16:09:56 ianmacd Exp $

- support for recurring events

- support for functions new in CAPI 2.5

- instance variables of CTime objects should be read-only (not sure
  why they're writable at the moment, since there are no writer
  methods defined)

- CTime.initialize should set a @session instance variable that
  can be passed to CTime#quit when logging off. However, CAPISession
  is an opaque type in C, so how does one go about wrapping it up as
  an VALUE in Ruby?

- CTime#open_agenda should really return an agenda handle that can be
  passed to CTime#close_agenda, but again, how does one wrap the
  CAPIHandle as a Ruby VALUE?
