Calendar database: Difference between revisions
From Maemo Wiki
Jump to navigationJump to search
imported>pir2 No edit summary |
imported>pir2 mNo edit summary |
||
| Line 35: | Line 35: | ||
==== ComponentType ==== | ==== ComponentType ==== | ||
==== Class ==== | ==== Class ==== | ||
==== | ==== Geo ==== | ||
==== Priority ==== | ==== Priority ==== | ||
==== DateStamp ==== | ==== DateStamp ==== | ||
| Line 56: | Line 56: | ||
==== ComponentType ==== | ==== ComponentType ==== | ||
==== Flags ==== | ==== Flags ==== | ||
==== | ==== DateStart ==== | ||
==== DateEnd ==== | ==== DateEnd ==== | ||
==== Summary ==== | ==== Summary ==== | ||
| Line 62: | Line 62: | ||
==== Description ==== | ==== Description ==== | ||
==== Status ==== | ==== Status ==== | ||
==== | ==== Uid ==== | ||
==== Until ==== | ==== Until ==== | ||
==== AllDay ==== | ==== AllDay ==== | ||
Revision as of 00:07, 20 September 2010
The calendar database can be found in /home/user/.calendar/calendardb. The goal of this wiki is to provide enough information on the calendar database in order to implement mass modifying/adding/deleting events verifying some criterias (string match in title, locations, comments for example). It could be easy then to write a small shell script using zenity and sqlite3 to perform this tasks.