How to format the meeting's recurrence object to a description text

Is there any way to format the recurrence object of a meeting to a description text?

For example the following recurrence object should format as “Every day, until Mar 28, 2023, 1 occurrence(s)”
Here is a recurrence object retrieved by GET meeting API:

{
"recurrence" : { "type" : 1 , "repeat_interval" : 1 , "end_date_time" : "2023-03-29T06:59:00Z" } 
}

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.