cctool

A tool for managing contacts and calendars.
git clone https://git.ce9e.org/cctool.git

commit
5d0445dde222f2b238c2fc5bb9984a67cfb1cfb9
parent
e5f10177def30f386aaf08af53f089c052a82700
Author
Tobias Bengfort <tobias.bengfort@gmx.net>
Date
2015-04-12 20:34
do not store TODOs in code

move to local file

Diffstat

M cctool.py 10 ----------

1 files changed, 0 insertions, 10 deletions


diff --git a/cctool.py b/cctool.py

@@ -25,16 +25,6 @@ dates from an addressbook and a calendar.
   25    25 # internal representation: iterable of dicts with unsepcified format.
   26    26 # interpretation of different keys and values happens at dump
   27    27 
   28    -1 # TODO
   29    -1 # -	type conversion (especially dates)
   30    -1 # -	filter/convert for valid fields
   31    -1 # -	filter
   32    -1 # -	merge when keys intercept (not necesserily equal)
   33    -1 # -	abook needs no spaces between =
   34    -1 # -	read bsdcal (otherwise its rather pointless)
   35    -1 # -	parse vcard name (N)
   36    -1 # -	use mintained vcard/ical libs
   37    -1 
   38    28 from __future__ import print_function
   39    29 
   40    30 import os