iCalendar events imported in Google Calendar are empty -
when importing ics file ("icalendar") google calendar, import proceed , event appear in calendar, fields of events empty.
the information displayed "busy" ("occupé(e)" on screenshot).
- no error message displayed during import.
- the ics file validated fine multiple validation libraries , online tools.
this caused in case class
property of events being private
or confidential
.
see rfc 2245, section 4.8.1.3 "classification".
since ics added google calendar via public link, google considers should not read and/or display content of events not marked public
.
so solution change class of events
class:public
note misinterpretation of spec, stated that:
[...] due "blind" nature of exchange processes using memo, these access classifications cannot serve enforcement statement system receiving icalendar object. rather, provide method capturing intention of calendar owner access calendar component.
emphasis mine.
Comments
Post a Comment