Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Events start date
I'm trying to pull a user's calendar our of NetSuite between a particular date range. The search seems to be working correctly, but I'm not getting a start date returned with the event.
Here is the XML returned:
<ns2:record internalId="35" xsi:type="ns11:CalendarEvent"> <ns11:frequency>_none</ns11:frequency> <ns11:seriesStartDate>2008-05-04T23:00:00.000-07:00</ns11:seriesStartDate> <ns11:endByDate>2008-05-04T23:00:00.000-07:00</ns11:endByDate> <ns11:noEndDate>false</ns11:noEndDate> <ns11:title>This is my test event</ns11:title> <ns11:location>Around the town</ns11:location> <ns11:allDayEvent>false</ns11:allDayEvent> <ns11:status>_confirmed</ns11:status> <ns11:accessLevel>_public</ns11:accessLevel> <ns11:organizer internalId="1234"> <ns2:name>Travis Jensen</ns2:name> </ns11:organizer> <ns11:message>Testing, testing, anybody here?</ns11:message> <ns11:createdDate>2008-05-05T14:13:00.000-07:00</ns11:createdDate> <ns11:endDate>2008-05-05T16:00:00.000-07:00</ns11:endDate> <ns11:lastModifiedDate>2008-05-05T14:13:00.000-07:00</ns11:lastModifiedDate> <ns11:owner internalId="1234"> <ns2:name>Travis Jensen</ns2:name> </ns11:owner> </ns2:record>
0