vEvent data
vEvent data —
vEvent import/export interface.
Description
Functions to import and export vEvent files from GPE PIM applications using
libmimedir.
Details
vevent_from_tags ()
MIMEDirVEvent* vevent_from_tags (GSList *tags);
Creates a mimedir vEvent object from a given list of tags.
tags : | List of tag-value pairs.
|
Returns : | New mimedir vEvent object.
|
vevent_to_tags ()
GSList* vevent_to_tags (MIMEDirVEvent *vevent);
Creates a list of tags and values from a mimedir vEvent object.
vevent : | vEvent object to convert to a tag-value list.
|
Returns : | New allocated list of tags and values.
|