Hello Bertalan, Tom,
Thank you for reaching out to Microsoft Support!
For recurring events, you can use the List instances
method, which lists instances of an event for a specified time range. The request command is as follows:
mgc users events instances list --user-id {user-id} --event-id {event-id} --start-date-time "2019-04-08T09:00:00.0000000" --end-date-time "2019-04-30T09:00:00.0000000" --select "subject,bodyPreview,seriesMasterId,type,recurrence,start,end"
See this document for more details:
https://learn.microsoft.com/en-us/graph/api/event-list-instances?view=graph-rest-1.0&tabs=cli
Hope this helps.
If the answer is helpful, please click Accept Answer and kindly upvote it. If you have any further questions about this answer, please click Comment.