Source position: googlecalendar.pp line 1423
type TEventsListOptions = record |
||
alwaysIncludeEmail: Boolean; |
|
|
iCalUID: string; |
|
|
maxAttendees: Integer; |
|
|
maxResults: Integer; |
|
|
orderBy: string; |
|
|
pageToken: string; |
|
|
privateExtendedProperty: string; |
|
|
q: string; |
|
|
sharedExtendedProperty: string; |
|
|
showDeleted: Boolean; |
|
|
showHiddenInvitations: Boolean; |
|
|
singleEvents: Boolean; |
|
|
syncToken: string; |
|
|
timeMax: TDatetime; |
|
|
timeMin: TDatetime; |
|
|
timeZone: string; |
|
|
updatedMin: TDatetime; |
|
|
end; |
CT Web help |
CodeTyphon Studio |