1VCARD2PAL(1) General Commands Manual VCARD2PAL(1)
2
3
4
6 vcard2pal - convert vcard contacts into a pal calendar file
7
9 vcard2pal [filenames ...]
10
12 vcard2pal is a small awk script to convert vcard contacts into a calenā
13 dar file for the pal calendar program.
14
16 Using vcard2pal is really simple, as it doesn't have any options.
17
18 You feed it some vcard formatted contacts either on stdin or give it
19 the filenames of files which it should read and put the output of the
20 script into a file which you then give to pal.
21
22 As vcard2pal needs no interactive input, you can also call it from cron
23 or a makefile to always have an uptodate pal file generated from your
24 contacts.
25
27 Please report bugs or fixes to Uli Martens <uli@youam.net>.
28
30 vcard2pal is released under the example BSD license given in
31 http://www.debian.org/misc/bsd.license. The full legalese can be found
32 in vcard2pal.
33
34 The author is not responsible for any missed birthdays and subsequent
35 family feuds, nor anything else.
36
38 vcard2pal was written by Uli Martens. This manpage has been written by
39 Uli Martens and Carsten Hey and is published under the same terms as
40 vcard2pal itself.
41
42
43
44 VCARD2PAL(1)