Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
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).