$Id: TODO,v 1.6 2004/04/21 01:25:30 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
  a VALUE in Ruby?

- support for setting an all-day event
