csv2vcs - A simple conversion tool for generation of vCalender data
csv2vcs enable you to convert comma separated calender data in a number of different formats to a vCalender formatted output data to be used in e.g. Outlook or Palm Desktop. It is very simple to use the tool. Input data can be prepared in a simple text editor. One line preceeding calender data configures how the following data shall be interpreted by the tool. The tool tcl script based which requires that tcl/tk to be installed in order to run.
Check that tcl is installed by running tclsh from command prompt. # tclsh
Print help for tool i.e. run tool with no parameters. # tclsh csv2vcs.tcl
Download test input file test.csv to a suitable folder.
Run tool to convert input file to vCalender format. If files are not in current folder path information need to be included. # tclsh csv2vcs.tcl test.csv test.vcs
Try to import the test.vcs to your calender application e.g. Palm Desktop.
Continue to explore the tool by generating your own input files data. Good luck !
ClipboardBuffer - Manages multiple clips
ClipboardBuffer is able to store several textual clips in a list. Clips can simply be added to the list and retrieved again whenever its needed. Examples of usages.
Store temprary url’s from the browse.
Login names and passwords. Be careful with the security, though.
Your address information that have to edit several times.
Things to remember. The tool requires java 1.4 or later. Get it from http://www.java.com.