Discussions
Join us for complimentary one-day events around the world and step into a future fueled by AI and limitless potential. Explore new breakthroughs, sharpen your skills, and connect with experts who are shaping what’s next. Experience bold keynotes, interactive learning, and connections that span the global NetSuite community. Discover what's next at SuiteConnect Tour 2026.
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).