publish
plugins.it2be_exchange.IEAppointment info


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


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


Servoy Properties Details


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

Supported Clients
SmartClient, WebClient, NGClient


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


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


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

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


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

Servoy Methods Details


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

Supported Clients
SmartClient, WebClient, NGClient


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

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


save
Object  save( )
Save the current item.
Returns
Object  result Object

Supported Clients
SmartClient, WebClient, NGClient


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

Returns
void  

Supported Clients
SmartClient, WebClient, NGClient


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

Supported Clients
SmartClient, WebClient, NGClient