I tried to create event series in Salesforce with Rest API but got error:
[{'errorCode': 'INVALID_FIELD_FOR_INSERT_UPDATE', 'fields': ['Recurrence2PatternStartDate', 'Recurrence2PatternTimeZone', 'Recurrence2PatternVersion', 'Recurrence2PatternText', 'IsRecurrence2'], 'message': 'Unable to create/update fields: Recurrence2PatternStartDate, Recurrence2PatternTimeZone, Recurrence2PatternVersion, Recurrence2PatternText, IsRecurrence2. Please check the security settings of this field and verify that it is read/write for your profile or permission set.'}]
Can anyone help me?