As of today, when exporting an event or a list of events, the status of each event is not mentionned in the file / flux. It should appear as a line
BEGIN:VCALENDAR
BEGIN:VEVENT
...
STATUS:CONFIRMED
STATUS:TENTATIVE
STATUS:CANCELLED (or CANCELED, I found software doing both)
...
END:VEVENT
END:VCALENDAR
It would be very useful, as most software that read such flux will display the events without this crucial information. Would you consider adding it in a future version ?
Thanks in advance.