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 – The person’s email address, if available
  • display_name – The person’s name, if available
  • _id – The person’s Profile ID, if available. It corresponds to the id field in the People collection of the Google+ API
  • _is_self – Whether the person corresponds to the calendar on which the copy of the event appears. The default is False (set by Google’s API).