Initial work on icalendar import

This commit is contained in:
Frederic Culot
2008-09-15 20:40:22 +00:00
parent 2a873eafb3
commit a126904b7e
8 changed files with 789 additions and 24 deletions

View File

@@ -1,3 +1,16 @@
2008-09-15 Frederic Culot <frederic@culot.org>
* src/io.h: import_type_t added, export_mode_t changed to
io_mode_t
* src/utils.c (str_toupper): new function
* src/io.c (ical_chk_header, ical_datetime2long)
(ical_durtime2long, ical_durlong, ical_read_rrule, ical_add_exc)
(ical_read_exdate, ical_read_note, ical_read_event)
(ical_read_todo, io_import_data): new functions to handle
icalendar import
2008-08-28 Frederic Culot <frederic@culot.org>
* === Released 2.2 ===