class ActiveNetsuite::CalendarEvent
{urn:scheduling_2013_2.activities.webservices.netsuite.com}CalendarEvent
nullFieldList - ActiveNetsuite::NullField company - ActiveNetsuite::RecordRef contact - ActiveNetsuite::RecordRef supportCase - ActiveNetsuite::RecordRef transaction - ActiveNetsuite::RecordRef period - SOAP::SOAPLong frequency - ActiveNetsuite::RecurrenceFrequency recurrenceDowMaskList - ActiveNetsuite::RecurrenceDowMaskList recurrenceDow - ActiveNetsuite::RecurrenceDow recurrenceDowim - ActiveNetsuite::RecurrenceDowim seriesStartDate - SOAP::SOAPDateTime endByDate - SOAP::SOAPDateTime noEndDate - SOAP::SOAPBoolean sendEmail - SOAP::SOAPBoolean customForm - ActiveNetsuite::RecordRef title - SOAP::SOAPString recurrence - SOAP::SOAPString location - SOAP::SOAPString startDate - SOAP::SOAPDateTime allDayEvent - SOAP::SOAPBoolean timedEvent - SOAP::SOAPBoolean reminderType - ActiveNetsuite::CalendarEventReminderType reminderMinutes - ActiveNetsuite::CalendarEventReminderMinutes status - ActiveNetsuite::CalendarEventStatus accessLevel - ActiveNetsuite::CalendarEventAccessLevel organizer - ActiveNetsuite::RecordRef message - SOAP::SOAPString createdDate - SOAP::SOAPDateTime endDate - SOAP::SOAPDateTime exclusionDateList - ActiveNetsuite::ExclusionDateList lastModifiedDate - SOAP::SOAPDateTime owner - ActiveNetsuite::RecordRef attendeeList - ActiveNetsuite::CalendarEventAttendeeList resourceList - ActiveNetsuite::CalendarEventResourceList timeItemList - ActiveNetsuite::CalendarEventTimeItemList customFieldList - ActiveNetsuite::CustomFieldList xmlattr_internalId - SOAP::SOAPString xmlattr_externalId - SOAP::SOAPString
Constants
- AttrExternalId
- AttrInternalId
Attributes
accessLevel[RW]
allDayEvent[RW]
attendeeList[RW]
company[RW]
contact[RW]
createdDate[RW]
customFieldList[RW]
customForm[RW]
endByDate[RW]
endDate[RW]
exclusionDateList[RW]
frequency[RW]
lastModifiedDate[RW]
location[RW]
message[RW]
noEndDate[RW]
nullFieldList[RW]
organizer[RW]
owner[RW]
period[RW]
recurrence[RW]
recurrenceDow[RW]
recurrenceDowMaskList[RW]
recurrenceDowim[RW]
reminderMinutes[RW]
reminderType[RW]
resourceList[RW]
sendEmail[RW]
seriesStartDate[RW]
startDate[RW]
status[RW]
supportCase[RW]
timeItemList[RW]
timedEvent[RW]
title[RW]
transaction[RW]
Public Class Methods
new(nullFieldList = nil, company = nil, contact = nil, supportCase = nil, transaction = nil, period = nil, frequency = nil, recurrenceDowMaskList = nil, recurrenceDow = nil, recurrenceDowim = nil, seriesStartDate = nil, endByDate = nil, noEndDate = nil, sendEmail = nil, customForm = nil, title = nil, recurrence = nil, location = nil, startDate = nil, allDayEvent = nil, timedEvent = nil, reminderType = nil, reminderMinutes = nil, status = nil, accessLevel = nil, organizer = nil, message = nil, createdDate = nil, endDate = nil, exclusionDateList = nil, lastModifiedDate = nil, owner = nil, attendeeList = nil, resourceList = nil, timeItemList = nil, customFieldList = nil)
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 322 def initialize(nullFieldList = nil, company = nil, contact = nil, supportCase = nil, transaction = nil, period = nil, frequency = nil, recurrenceDowMaskList = nil, recurrenceDow = nil, recurrenceDowim = nil, seriesStartDate = nil, endByDate = nil, noEndDate = nil, sendEmail = nil, customForm = nil, title = nil, recurrence = nil, location = nil, startDate = nil, allDayEvent = nil, timedEvent = nil, reminderType = nil, reminderMinutes = nil, status = nil, accessLevel = nil, organizer = nil, message = nil, createdDate = nil, endDate = nil, exclusionDateList = nil, lastModifiedDate = nil, owner = nil, attendeeList = nil, resourceList = nil, timeItemList = nil, customFieldList = nil) @nullFieldList = nullFieldList @company = company @contact = contact @supportCase = supportCase @transaction = transaction @period = period @frequency = frequency @recurrenceDowMaskList = recurrenceDowMaskList @recurrenceDow = recurrenceDow @recurrenceDowim = recurrenceDowim @seriesStartDate = seriesStartDate @endByDate = endByDate @noEndDate = noEndDate @sendEmail = sendEmail @customForm = customForm @title = title @recurrence = recurrence @location = location @startDate = startDate @allDayEvent = allDayEvent @timedEvent = timedEvent @reminderType = reminderType @reminderMinutes = reminderMinutes @status = status @accessLevel = accessLevel @organizer = organizer @message = message @createdDate = createdDate @endDate = endDate @exclusionDateList = exclusionDateList @lastModifiedDate = lastModifiedDate @owner = owner @attendeeList = attendeeList @resourceList = resourceList @timeItemList = timeItemList @customFieldList = customFieldList @__xmlattr = {} end
Public Instance Methods
__xmlattr()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 302 def __xmlattr @__xmlattr ||= {} end
xmlattr_externalId()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 314 def xmlattr_externalId __xmlattr[AttrExternalId] end
xmlattr_externalId=(value)
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 318 def xmlattr_externalId=(value) __xmlattr[AttrExternalId] = value end
xmlattr_internalId()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 306 def xmlattr_internalId __xmlattr[AttrInternalId] end
xmlattr_internalId=(value)
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 310 def xmlattr_internalId=(value) __xmlattr[AttrInternalId] = value end