Setting the organizer property in an iCalendar file (.ics)

Viewed 4123

We are generating ics files for events with the php library ZContent/icalendar, so far, it works.

Nevertheless, when using the file with Google calendar, the event is displayed like this:

google agenda entry

How to set a value for "Unknown Organizer*"? (Qui) (Who)

When looking at the specifications, there is an ORGANIZER property, but it doesn't seem linked to events but to VTODO and VJOURNAL objects.

Or does it expects an email? Not only a name?

1 Answers
Related