publish
plugins.it2be_exchange.IEEvent


Servoy Properties Summary
String body
String busyStatus
Date endDate
String ID
Number importance
Boolean isAllDayEvent
Boolean isRecurring
String recurringRule
Boolean reminderIsSet
String location
Date startDate
String subject
Object uniqueID


Methods Summary
String getFormattedAllDayEvent( )
Object uid( )
void setRecurringRule( Number, String )
Date getLastModificationDate( )
void setTimezone( String )


Servoy Properties Details


body
String  body
Get/Set body.
Returns
String  body String

Supported Clients
SmartClient, WebClient, NGClient


busyStatus
String  busyStatus
Get/Set busyStatus.
Returns
String  status String

Supported Clients
SmartClient, WebClient, NGClient


endDate
Date  endDate
Get/Set the end date.
Returns
Date  date Date

Supported Clients
SmartClient, WebClient, NGClient


ID
String  ID
Get the ID of the item.
Returns
String  Sid tring

Supported Clients
SmartClient, WebClient, NGClient


importance
Number  importance
Get/Set importance.
Returns
Number  importance Number

Supported Clients
SmartClient, WebClient, NGClient


isAllDayEvent
Boolean  isAllDayEvent
Get/Set the appointment to an all day event.
Returns
Boolean  allday boolean

Supported Clients
SmartClient, WebClient, NGClient


isRecurring
Boolean  isRecurring
Get isRecurring.
Returns
Boolean  recurring boolean

Supported Clients
SmartClient, WebClient, NGClient


recurringRule
String  recurringRule
Get/Set recurringRule.
Returns
String  rule String

Supported Clients
SmartClient, WebClient, NGClient


reminderIsSet
Boolean  reminderIsSet
Get/Set reminderIsSet.
Returns
Boolean  isSet boolean

Supported Clients
SmartClient, WebClient, NGClient


location
String  location
Get/Set location.
Returns
String  location String

Supported Clients
SmartClient, WebClient, NGClient


startDate
Date  startDate
Get/Set the start date.
Returns
Date  date Date

Supported Clients
SmartClient, WebClient, NGClient


subject
String  subject
Get/Set subject.
Returns
String  subject String

Supported Clients
SmartClient, WebClient, NGClient


uniqueID
Object  uniqueID
Get/Set the unique id
Returns
Object  uid Object

Supported Clients
SmartClient, WebClient, NGClient

Methods Details


getFormattedAllDayEvent
String  getFormattedAllDayEvent( )
Get the (formatted) allday event.
Returns
String  event String

Supported Clients
SmartClient, WebClient, NGClient


uid
Object  uid( )
Get the UID of the item
Returns
Object  uid Object

Supported Clients
SmartClient, WebClient, NGClient


setRecurringRule
void  setRecurringRule( Number, String )
Get/Set recurringRule.
Parameters
Number  type  the recurring type
String  rule  the recurring rule

Returns
void  rule String

Supported Clients
SmartClient, WebClient, NGClient


getLastModificationDate
Date  getLastModificationDate( )
Get LastModificationDate.
Returns
Date  date Date

Supported Clients
SmartClient, WebClient, NGClient


setTimezone
void  setTimezone( String )
Set the timezone.
Parameters
String  timezone  the timezone

Returns
void  

Supported Clients
SmartClient, WebClient, NGClient