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.
Keep in mind that the documentation on this is contradictory. The SuiteScript Event, specifically the introductory lines about limitations states its not supported. The SuiteTalk Soap Event says its supported in a note.
You can try setting a Basic Recurrence Pattern by setting 3 or 4 required fields.

After looking at the Basic Recurrence Pattern documentation, I tried setting a value for the Period field. It works now, so I guess this field must be required. Thanks for the advice!