Interoperability between libical and libical-glib
Clifton Wood
clifton.wood at gmail.com
Wed Jun 9 06:15:22 PDT 2021
Thank you so much for the quick answer!
> > _______________________________________________ > libical-devel mailing list > libical-devel at lists.infradead.org > http://lists.infradead.org/mailman/listinfo/libical-devel libical-glib is basically a wrapper around libical to provide GObject features. It is itself using libical methods and holds libical structures. In this case, ICalComponent is a ICalObject subclass. You can get the icalcomponent with: ``` icomp = (icalcomponent *) i_cal_object_get_native (I_CAL_OBJECT (component)); ``` Regards, Corentin
More information about the libical-devel
mailing list