DbkCleanUp

is a small application that closes a lack in the functions
of the builtin calendar application of the PalmOS(TM). It
gives you the possibility to delete events between two
given dates.

REQUIREMENTS

You NEED SuperWaba 2.4 or better to run this program. Get a
copy of the great SuperWaba VM at http://www.superwaba.com.

You also need the wextras classes from Rob Nielsen to excute
this application. Unzip the wextras_datbook_patch.zip file into
your wextras source folder and recompile the code. You have to
use the patched datebook class or the program will not work 
properly. You can also use the wextras.pdb file included in
this distribution.

INSTALL

Install the following files to your device:

DbkCleanUp.prc
DbkCleanUp.pdb

and perform a hotsync.

USAGE

In the default view, you have to type in two different dates
in the edit fields and all entries bewteen this dates will 
be erases.
If you choose "purge until end" in the first pull down list,
all dates before the end date will be deleted.
If you choose "purge from start" in the second list, all
date later than the start date will be erased.
If you choose "purge until end" and "purge from start" all
the entries in the datebook will be deleted.

BUGS

No known, but report to <a.gross@graumueller.com>.

TODO

- Confirmation dialog for the entries to delete.

LICENSE

   BkdCleanUp - Utilitie to delete appointments between two dates
   Copyright (C) 2002  Alexander Gross

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA