Exigo Web Service

CreateCalendarItem
Creates a new calendar item.

CSV Support
No
Transactional Support
No

CreateCalendarItemRequest
UserID [Required]
Int32
Yes
The unique identifier for the Exigo Admin user
CalendarID [Required]
Int32
Yes
The unique identifier for the calendar
CalendarItemType [Required]
CalendarItemType
Yes
The type of the calendar item
CalendarItemStatusType [Required]
CalendarItemStatusType
Yes
The status of the calendar item
CalendarItemPriorityType [Required]
CalendarItemPriorityType
Yes
The importance of the calendar item
Subject [Required]
String
Yes
The subject (aka. title) of the calendar item
Location
String
No
Where the calendar item's events will take place
Notes
String
No
Any additional notes or information about this record
StartDate [Required]
DateTime
Yes
The date the auto order will start processing
EndDate [Required]
DateTime
Yes
TimeZone
Int32
No
Address1
String
No
Address2
String
No
City
String
No
State
String
No
Country
String
No
PostalCode
String
No
The zip or postal code where the calendar item's events will take place
ContactInfo
String
No
Any contact information tied to this calendar item
ContactPhone
String
No
The organizer's phone number
ContactPhoneType
ContactPhoneType
No
The organizer's phone number type
ContactEmail
String
No
The organizer's email address
EventHost
String
No
The organizer's name
SpecialGuests
String
No
Any special guest information for the calendar item
EventFlyer
String
No
Any data related to a flyer or other marketing material
EventCostInfo
String
No
Any data related to the event's cost
EventConferenceCallOrWebinar
String
No
Any data related to the event's conference call or webinar info
EventRegistrationInfo
String
No
Any data related to the event's registration
EventTags
String
No
The event's tags or keywords
IsShared
Boolean
No
Specifies if the event is shared between Exigo Admin users
CreateCalendarItemResponse
CalendarID [Required]
Int32
The unique identifier for the calendar
CalendarItemID
Int32
The unique identifier for the calendar item
Result
The status of your web service call response. This property tells you if the call was executed successfully, any errors that occurred and other miscellanous, method-specific information.
ApiResult
Status
ResultStatus
Specifies whether the web service call was successfully executed.
Errors
String[]
An array of error messages that were returned from Exigo. If the web service call was successful, this colleciton will be empty.
TransactionKey
String
The unique GUID identifier assigned to this web service call for logging purposes.