Documentation

CalendarEvent extends Record

Table of Contents

$accessLevel  : CalendarEventAccessLevel
$allDayEvent  : bool
$attendeeList  : CalendarEventAttendeeList
$company  : RecordRef
$contact  : RecordRef
$createdDate  : string
$customFieldList  : CustomFieldList
$customForm  : RecordRef
$endByDate  : string
$endDate  : string
$exclusionDateList  : ExclusionDateList
$externalId  : string
$frequency  : RecurrenceFrequency
$internalId  : string
$lastModifiedDate  : string
$location  : string
$message  : string
$noEndDate  : bool
$nullFieldList  : NullField
$organizer  : RecordRef
$owner  : RecordRef
$paramtypesmap  : mixed
$period  : int
$recurrence  : string
$recurrenceDow  : RecurrenceDow
$recurrenceDowim  : RecurrenceDowim
$recurrenceDowMaskList  : RecurrenceDowMaskList
$reminderMinutes  : CalendarEventReminderMinutes
$reminderType  : CalendarEventReminderType
$resourceList  : CalendarEventResourceList
$sendEmail  : bool
$seriesStartDate  : string
$startDate  : string
$status  : CalendarEventStatus
$supportCase  : RecordRef
$timedEvent  : bool
$timeItemList  : CalendarEventTimeItemList
$title  : string
$transaction  : RecordRef

Properties

$paramtypesmap

public static mixed $paramtypesmap = array("company" => "RecordRef", "contact" => "RecordRef", "supportCase" => "RecordRef", "transaction" => "RecordRef", "period" => "integer", "frequency" => "RecurrenceFrequency", "recurrenceDowMaskList" => "RecurrenceDowMaskList", "recurrenceDow" => "RecurrenceDow", "recurrenceDowim" => "RecurrenceDowim", "seriesStartDate" => "dateTime", "endByDate" => "dateTime", "noEndDate" => "boolean", "sendEmail" => "boolean", "customForm" => "RecordRef", "title" => "string", "recurrence" => "string", "location" => "string", "startDate" => "dateTime", "allDayEvent" => "boolean", "timedEvent" => "boolean", "reminderType" => "CalendarEventReminderType", "reminderMinutes" => "CalendarEventReminderMinutes", "status" => "CalendarEventStatus", "accessLevel" => "CalendarEventAccessLevel", "organizer" => "RecordRef", "message" => "string", "createdDate" => "dateTime", "endDate" => "dateTime", "exclusionDateList" => "ExclusionDateList", "lastModifiedDate" => "dateTime", "owner" => "RecordRef", "attendeeList" => "CalendarEventAttendeeList", "resourceList" => "CalendarEventResourceList", "timeItemList" => "CalendarEventTimeItemList", "customFieldList" => "CustomFieldList", "internalId" => "string", "externalId" => "string")

Search results