SYNTAX

    fcalendar [options] [<command>]


OPTIONS

-h (--help) bool

Display help.

-v (--verbose) bool

Print verbose output. Specify twice (i.e. -vv) for even more detail. Can be specified more than once.

-f (--file) string

Specify calendar database file. By default c:Calendar will be used. Note, the file name must not contain a path.

-l (--local_id) uint

Speficify a local identifier. Used by add and change if specified.

-g (--global_id) string

Speficify a global identifier. Must be specified when using add or change.

-t (--type) enum

Specify type of entry. [appointment, todo, event, reminder, anniversary]

-s (--summary) string

Specify the summary (or subject) text. Use quotes if there the string contains spaces.

-a (--start_time) string

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.

-e (--end_time) string

Specify entry's end time. Format as for start_time.


ARGUMENTS

[<command>]

The command to execute. Defaults to list.

list

List all the calendar entries. Optionally use -f to specify the database file.

delete

Delete the specified calendar entries. Use -g to specify the global identifier of the entry to be deleted.

add

Add a calendar entry. Use options -g, -t, -s, -a and -e to specify properties.

change

Change a calendar entry. Use options -g, -s, -a and -e to specify properties.


DESCRIPTION

Queries the calendar database.

Note, all dates and times are shown in UTC.


SEE ALSO

fcontacts


COPYRIGHT

Copyright (c) 2009-2010 Accenture. All rights reserved.