how to move data from an ics file into the sqlite database
"[dbes1] moz dev apps cal ml account" <[email protected]> Thu, 24 Oct 2013 17:07:49 -0500
| Newsgroups | gmane.comp.mozilla.devel.calendar |
|---|---|
| Message-ID | <20131024170749.d865a11e.00157.01-mdevcal1-ml01.dbes1@digitalrelief.com> |
I have an ics file with calendar data. How can I get this data into Lightning's default sqlite database? I assume storing the calendar data in the sqlite database (as opposed to reading and writing to an ics file) is preferable performance-wise since it is the default storage format. Thanks, david