Calendar options
From GnokiiWiki
| Command Line Options |
|---|
Note: these commands are supported only by Nokia phones over FBUS.
gnokii --getcalendarnote start_number [end_number|end] [-v]
gnokii --writecalendarnote vcalendarfile number
gnokii --deletecalendarnote start [end_number|end]
--getcalendarnote
--getcalendarnote start [end] [-v]
get the note with numbers from start to end from calendar. end can be either a number or a keyword end that denotes 'everything till the end'.
-v - output in vCalendar 1.0 format (vCalendar 2.0 format if libgnokii is compiled with libical support)
--writecalendarnote
--writecalendarnote vcalfile number [end_number|end]
write the note number number from a vCal file vcalfile to a phone calendar.
More than one note a time can be saved. end is a keyword that denotes 'everything till the end'.
Note that the number has nothing to do with the numbering of calendar entries in the phone - it just says which of the entries in the vCal file to use.
--deletecalendarnote
--deletecalendarnote start [end]
delete the note with numbers from start to end from calendar. end can be either a number or a keyword end that denotes 'everything till the end'.

