Penguin
Blame: install-datebook(1)
EditPageHistoryDiffInfoLikePages
Annotated edit history of install-datebook(1) version 4, including all changes. View license author blame.
Rev Author # Line
1 perry 1 INSTALL-DATEBOOK
2 !!!INSTALL-DATEBOOK
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 USEAGE
7 BUGS
8 AUTHOR
9 SEE ALSO
10 ----
11 !!NAME
12
13
14 install-datebook - installs a new datebook entries in a Palm Device
15 !!SYNOPSIS
16
17
18 __install-date /dev/cua? filename [[filename filename
19 ...]__
20 !!DESCRIPTION
21
22
23 __install-datebook__ allows the user to write one or more
24 datebook entries from one or more source files. Once
25 __install-datebook__ is started, the user must invoke
3 perry 26 !HotSync on the target device.
1 perry 27
28
29 The format of source file contains one datebook entry on
30 line, containing four tab separated fields. The fields are
31 start date/time, end date/time, alarm settings, and the
32 description of datebook entry. This program doesn't yet
33 support repeted entries. The date and time must be in format
34 understand by parsedate.y. At least following formats are
35 understood:
36
37
38 August 11, 1997 0800 GMT+300
39 1997/08/11 08:22:33 GMT+300
40
41
42 If the either one of the date and time fields is empty the
43 entry is installed without time. If the alarm field is entry
44 the entry is installed without alarms. Alarm field can
45 contain number followed by
46
47
48 1997/08/11 0800 GMT+300
49 August 11, 1997 0900 GMT+300
50
51
52 __OPTIONS__
53
54
55 none
56 !!USEAGE
57
58
59 The program will connect to a target, and write the file or
60 files given on the command line.
61 !!BUGS
62
63
64 If no timezone is given to date the __install-datebook__
65 will assume the time is in GMT and it will convert it to
66 localtime. If you dont want to write timezone to all begin
67 and end times set the TZ environment variable to GMT before
68 running this program.
69 !!AUTHOR
70
71
72 __install-datebook__ was written by Tero Kivinen
73 __
74 !!SEE ALSO
75
76
4 perry 77 read-ical(1), __pilot-xfer__(1),
78 ietf2datebook(1).
1 perry 79 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.