Doing some work with the Microsoft GraphAPI and the CalendarView. For fun I created an event through Google and invited my Office365 account to ensure the ICalUid between the two were the same.
If I use the EWS service the ICalUid matches the ICalUid when retrieving the event from google. I expected GraphAPI to be the same, however, they do not match.
Google & EWS have something like:
sqvitruh3ho3mrq896tplad4v8@google.com
GraphAPI has:
040000008200E00074C5B7101A82E0080000000038C12994A0A1D1010000000000000000100000002D3AE9C22CC82C42ADE8BFFD6999115D
I've tried several attempts to convert one format to the other, but starting to wonder if they are correlated in any way. Any ideas?