Person

class gcsa.person.Person(email=None, display_name=None, _id=None, _is_self=None)

Represents organizer’s, creator’s, or primary attendee’s fields. For attendees see more in Attendee.

Parameters:
  • email (str) – The person’s email address, if available

  • display_name (str) – The person’s name, if available

  • _id (str) – The person’s Profile ID, if available. It corresponds to the id field in the People collection of the Google+ API

  • _is_self (bool) – Whether the person corresponds to the calendar on which the copy of the event appears. The default is False (set by Google’s API).