ReminderType
extends Type
in package
Represents a reminder for a task or a calendar item.
Table of Contents
Properties
- $EndDate : string
- The end date of the item the reminder is for.
- $ItemId : ItemIdType
- The unique identifier of the reminder.
- $Location : string
- The location for the item the reminder is for.
- $RecurringMasterItemId : ItemIdType
- The unique identifier of the recurring master item for the reminder.
- $ReminderGroup : string
- Specified whether the reminder is for a calendar item or a task.
- $ReminderTime : string
- The time for the reminder to occur.
- $StartDate : string
- The start date of the item the reminder is for.
- $Subject : string
- The subject of the item the reminder is for.
- $UID : string
- The unique identifier of the calendar item.
Methods
- __clone() : mixed
- Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.
Properties
$EndDate
The end date of the item the reminder is for.
public
string
$EndDate
Tags
$ItemId
The unique identifier of the reminder.
public
ItemIdType
$ItemId
Tags
$Location
The location for the item the reminder is for.
public
string
$Location
Tags
$RecurringMasterItemId
The unique identifier of the recurring master item for the reminder.
public
ItemIdType
$RecurringMasterItemId
Tags
$ReminderGroup
Specified whether the reminder is for a calendar item or a task.
public
string
$ReminderGroup
Tags
$ReminderTime
The time for the reminder to occur.
public
string
$ReminderTime
Tags
$StartDate
The start date of the item the reminder is for.
public
string
$StartDate
Tags
$Subject
The subject of the item the reminder is for.
public
string
$Subject
Tags
$UID
The unique identifier of the calendar item.
public
string
$UID
Tags
Methods
__clone()
Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.
public
__clone() : mixed