| Name |
Type |
Comment |
| sid | string | The serial id of this service type |
| isLock | boolean | Determines if the column can be edited |
| tag | string | Used by OfficeClip to pass specific information |
| eventId | int | The unique id of the event in the OfficeClip database |
| eventType | int | The event type, valid types are None = -1, Organization Event (visible to the entire organization) = 1, Meeting(visible only to attendees) = 2, Personal Event(visible only to the creator) = 3 |
| eventName | string | The name of the event |
| eventDescription | string | Detailed description of the event |
| startDateTime | dateTime | The date time when the event starts |
| endDateTime | dateTime | The date time when the event ends |
| isAllDayEvent | boolean | Shows if the event is an all day event. If so, the start time and end time is ignored |
| eventUserSid | string | The Sid of the user who created the event |
| eventLocation | string | The location of the event |
| repeatTextInfo | string | The text of the repeat information if the event repeats |
| isRSVP | boolean | Shows if RSVP is requested for the event. Valid only for organization events |
| showAs | int | How the event will be shown as in the cretor calendar. Valid values are Busy = 0, Free = 1, Out of Office = 2, Tentative = 3 |
| createdByUserSid | string | The sid of the user who created the event |
| createdByUserName | string | The name of the user who created the event |
| createdByTimestamp | dateTime | The timestamp of the user who created the event |
| meetingAttendees | string | A comma separated list of attendees in the format name1(emailAddress1), name2(emailAddress2)... etc. Valid only for the meeting type events |
| timeZoneId | int | The internal timezone id of the event |
| isReminderSelected | boolean | Shows if the reminder is selected for the event |
| whoToRemind | string | The string representation of who needs to be reminded |
| remindAtDateTime | dateTime | The date and time when the reminder should occur |
| url | string | The url of the event (if any) |
| resourceId | int | The internal id of the resource for this event |
| resourceName | string | The name of the resource |
| isReserved | boolean | The status of the resource reservation |
| modifiedByUserName | string | The name of the user who modified the event |
| modifiedByUserSid | string | The sid of the user who last modified the event |
| modifiedByTimestamp | dateTime | The timestamp of the user who last modified the event |
| parentObjectServiceType | int | The service type of the parent object, -1 if not parent object exist |
| parentObjectSid | string | The sid of the parent object |
| regarding | string | what the event is regarding. This is a read only field. Attempting to set this value to anything other than null or empty string will trigger an exception |