I updated the Outlook integration to MicrosoftOutlookCLIAPI@2.1.2 and now when I “Create Event” the ID that is given cannot be found anymore using “Find Calendar Event”.
I noticed the event ID returned by the new API departs from the pattern of the event IDs returned by the old API. For one, it’s much shorter. Secondly, it begins with “AAk” while the old API event IDs begin with “AAMk”. Here are examples:
Old API: AAMkAGNmYTA5MmM0LTZhYTUtNGQ1My04YzljLWU5ZGQwZWVlNWVjOQBGAAAAAABZ1PKmPVg6QIMV_yfz625LBwD8OYFM4Q3DSahS036hgmrNAAAAAAEGAAD8OYFM4Q3DSahS036hgmrNAAEtLnVmAAA=
New API: AAkALgAAAAAAHYQDEapmEc2byACqAC-EWg0A-DmBTOENw0moUtN_oYJqzQACNBYVhwAA
I’ve verified I’m using the right calendar
I’ve verified the IDs of events created with the old API can be found using the new API’s “Find Calendar Event”
I tried using ICalUId and Uid as well but those don’t work as well
My enrollment system for the university is broken and I would appreciate your timely help. Thank you.