organizer property

EventOrganizer? organizer
getter/setter pair

The organizer of the event.

If the organizer is also an attendee, this is indicated with a separate entry in attendees with the organizer field set to True. To change the organizer, use the move operation. Read-only, except when importing an event.

Implementation

EventOrganizer? organizer;