Request body
{
"standard": '',
"section": '',
"subject": '',
"type" : '',
"startTime": '',
"allDayEvent": false,
"startTimezone": '',
"endTimezone": '',
"endTime": '' ,
"repeat": {
"frequency": 'Never',
"interval": '',
"recurrencePattern": {
"weekly": {
"weeklydaysOfWeek": null
},
"monthly": {
"monthlydayOfMonth": 0,
"monthlyIndex": '',
"monthlydayOfWeek": null
},
"yearly": {
"month": 0,
"yearlydayOfMonth": 0,
"yearlyIndex": '',
"yearlydayOfWeek": null
}
},
"until":{
"neverFlag": false,
"occurrence": 0,
"endDate": null
}
}
how many tables can i create for this and in weeklydaysofweek we will get multiple days so how can i store those week days seperatly.i have to provide details based on the enddate it is in until object.