fcalendar [options] [<command>]
Display help.
Print verbose output. Specify twice (i.e. -vv
) for even more detail. Can be specified more than once.
Specify calendar database file. By default c:Calendar will be used. Note, the file name must not contain a path.
Speficify a local identifier. Used by add
and change
if specified.
Speficify a global identifier. Must be specified when using add
or change
.
Specify type of entry. [appointment, todo, event, reminder, anniversary]
Specify the summary (or subject) text. Use quotes if there the string contains spaces.
Specify the entry's start time. The string format must match current locale setting. E.g. 25-12-2009 01:30:30
if current locale setting is UK. Use quotes the string contains spaces.
Specify entry's end time. Format as for start_time
.
The command to execute. Defaults to list
.
List all the calendar entries. Optionally use -f
to specify the database file.
Delete the specified calendar entries. Use -g
to specify the global identifier of the entry to be deleted.
Add a calendar entry. Use options -g
, -t
, -s
, -a
and -e
to specify properties.
Change a calendar entry. Use options -g
, -s
, -a
and -e
to specify properties.
Queries the calendar database.
Note, all dates and times are shown in UTC.
Copyright (c) 2009-2010 Accenture. All rights reserved.