Skip to content

Implement notebook association when parsing iCal data.

Damien Caliste requested to merge work/dcaliste/notebook into master

The notebook argument is part of CalFormat API but was not used in ICalFormat implementation. If set to non empty, any added incidences when parsing iCal data, are now added in the given notebook. This enable for instance to get a list of imported incidences.

Merge request reports