Whats the reason that make a calendar change it's id when using microsoft graph ???
This happened today for one of our clients who's been using his main Calendar for over 2 years, and suddenly today, the id is changed and we are unable to add any event since we have the 'old' id
Endpoint being called:
/me/calendars/AAMkAGFmMzAxNmRkLTg4YTEtNDNhZS1iYjExLWE1OThlYThlNTRmOQBGAAAAAACxNL6zUoo_Qr9AY8vFoIfmBwBstbpyrelbSJu1keAu6bMkAAAAAAEGAABstbpyrelbSJu1keAu6bMkAAAAAFB8AAA=/events
Error returned:
{
"error": {
"code": "ErrorItemNotFound",
"message": "The specified object was not found in the store."
}
}
Headers:
{
"Cache-Control": [
"private"
],
"Content-Type": [
"application/json; odata.metadata=minimal; odata.streaming=true; IEEE754Compatible=false; charset=utf-8"
],
"request-id": [
"63353567-4ebd-4b25-903b-d66717797882"
],
"client-request-id": [
"63353567-4ebd-4b25-903b-d66717797882"
],
"x-ms-ags-diagnostic": [
"{\"ServerInfo\":{\"DataCenter\":\"North Europe\",\"Slice\":\"SliceC\",\"Ring\":\"4\",\"ScaleUnit\":\"001\",\"RoleInstance\":\"AGSFE_IN_6\"}}"
],
"Strict-Transport-Security": [
"max-age=31536000"
],
"Date": [
"Thu, 04 Feb 2021 10:40:39 GMT"
],
"Content-Length": [
"99"
]
}
New calendar id: AAMkAGFmMzAxNmRkLTg4YTEtNDNhZS1iYjExLWE1OThlYThlNTRmOQBGAAAAAACxNL6zUoo_Qr9AY8vFoIfmBwBstbpyrelbSJu1keAu6bMkAAAAAAEGAABstbpyrelbSJu1keAu6bMkAAF8qLRIAAA=
Edit: (Happened for another client) It happened again today with another client (another tenant-id), here are details:
Old calendar id:
AAMkAGI2Y2NkYzVmLTc3ZjUtNDQyNi1iNjIzLTljNjkyMDk5YjEyYwBGAAAAAADQqVqZh-ZpQJl-EcoJBivzBwCE3CCn1SYkSLnEBiNMaH3ZAAAAAAEGAACE3CCn1SYkSLnEBiNMaH3ZAAAAAB08AAA=
{
"Cache-Control":[
"private"
],
"Content-Type":[
"application\/json; odata.metadata=minimal; odata.streaming=true; IEEE754Compatible=false; charset=utf-8"
],
"request-id":[
"2f9ddb93-3594-4d86-97f9-d7dbe960a2bb"
],
"client-request-id":[
"2f9ddb93-3594-4d86-97f9-d7dbe960a2bb"
],
"x-ms-ags-diagnostic":[
"{\"ServerInfo\":{\"DataCenter\":\"North Europe\",\"Slice\":\"SliceC\",\"Ring\":\"4\",\"ScaleUnit\":\"001\",\"RoleInstance\":\"AGSFE_IN_71\"}}"
],
"Strict-Transport-Security":[
"max-age=31536000"
],
"Date":[
"Mon, 08 Feb 2021 11:08:53 GMT"
],
"Content-Length":[
"99"
]
}
New calendar id:
AAMkAGI2Y2NkYzVmLTc3ZjUtNDQyNi1iNjIzLTljNjkyMDk5YjEyYwBGAAAAAADQqVqZh-ZpQJl-EcoJBivzBwCE3CCn1SYkSLnEBiNMaH3ZAAAAAAEGAACE3CCn1SYkSLnEBiNMaH3ZAAGPkTa6AAA=