public
Description: A small library to assist in writing filtering programs for icalendar files or streams.
Homepage: http://opensource.thinkrelevance.com/wiki/calfilter
Clone URL: git://github.com/relevance/calfilter.git
Search Repo:
calfilter / ToDo.txt
100644 19 lines (12 sloc) 0.685 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
* Ensure timezone information is retained
 
* Improved set of TripIt methods
 
* Other specialized methods (say, for GCalendar or ICal feeds)
 
* Higher-level methods (say, "privatize" to replace all information with
  a "Private" or "Busy" description)
 
* Some date manipulation methods (e.g., my calendar might have the actual
  appointment time for some events, but for display to others I might want
  to enlarge it to incorporate travel time to and from)
 
* Similar to the cgi module, it should be easy to require modules
  to turn a filter into a camping app, a webrick service, etc.
 
* Perhaps have real methods for filter_{events,freebusys,journals,todos}
  to improve the rdocs.