Source position: googlecalendar.pp line 1402
type TEventsInstancesOptions = record |
alwaysIncludeEmail: Boolean; |
maxAttendees: Integer; |
maxResults: Integer; |
originalStart: string; |
pageToken: string; |
showDeleted: Boolean; |
timeMax: TDatetime; |
timeMin: TDatetime; |
timeZone: string; |
end; |