RE: How to Update Event Frequency with SuiteScript
Hi, does anyone know how to update the Calendar Event record frequency field with SuiteScript?
This is the field I’m trying to update:
Here’s the code snippet from the UE script running afterSubmit:
Here is the error I keep getting whenever I change it to a value other than ‘NONE’ (Single Event):
I can change it to Single Event, but I can’t set it to Daily Event, which is what I need.
Where is that screenshot from? user event scripts are not scheduled, they run when a record is being created, viewed, edited, etc

Right. It’s a User Event script running on the job record afterSubmit. It’s not scheduled.
I see, what value does eventFrequency hold?
should be “DAY”
I would also use:
type: record.Type.CALENDAR_EVENT
when loading the record