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.

screenshot of google calendar after import

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

Popular posts from this blog

Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12:test (default-test) on project.Error occurred in starting fork -

windows - Debug iNetMgr.exe unhandle exception System.Management.Automation.CmdletInvocationException -

configurationsection - activeMq-5.13.3 setup configurations for wildfly 10.0.0 -