/** * This file was auto-generated by Fern from our API Definition. */ /** * Google Calendar event attendee */ export interface GoogleCalendarAttendee { /** Attendee email address (required) */ email: string; /** Whether attendance is optional */ optional?: boolean; }