Discussions
Join the NetSuite community to innovate, connect, and discover what’s next.
SuiteWorld brings thousands of innovators, builders, and leaders together to learn, connect, and shape what’s next. This October, explore how to build a stronger foundation for growth through inspiring keynotes, major product reveals, hands-on sessions, and unforgettable moments—all in one place for our biggest event of the year. Register now
Programatically creating a calendar event with recurrence
Hi,
I am trying to programatically submit an event to netsuite calendar with recurrence options set. I can't find any documented way of doing this.The SuiteScript Record Browser mentions two fields(frequency and period) that I think should be set to make a recurrence event. If I load an event record in the debugger, I found extra fields with similar names (_frequency, _original_frequency, _original_period etc).
I have tried setting these fields with the values I am getting against these in the debugger, but it doesn't work. Some combinations throw unexpected error while others simply do not cause any changes to default recurrence behavior(i.e. when I reload the record, I get the default values for recurrence).