Forum Discussion
miesb
May 01, 2025Copper Contributor
Connect REST.value table with REST.start, REST.end, REST.location and REST.attendees table.
I successfully retrieved calendar data in our Timextender environment using the following Microsoft Graph API call: https://graph.microsoft.com/v1.0/users/{Id}/calendar/calendarView?startDateTime={StartDateTime}&endDateTime={EndDateTime}&$top=1000.
While I can access the necessary information, it is returned in separate tables, and I am unable to locate any ID or Key columns to establish connections between these tables. Could you kindly advise how I might combine the data into a single dataset?
Specifically, I would like to consolidate details such as the start time, end time, locations, and attendees of each event.
No RepliesBe the first to reply