Both the results bring back array variables but I can’t see to get them to write out - it keeps brining back either Microsoft.Graph.Calendar or Microsoft.Graph.Event. I’m trying to write them out in a For Each, and calResults(0) but can’t get anything back.
Calresults(0) will not give the results…it gives whole event…to access indivividual items like the event subject etc use catevemts(0).Subject
To see all the values or items possible use calresults(0). And after you press dot it would show you all the methods that are available from which you can get eqch deltail like time…members etc