MicrosoftDocs / msteams-docs

Source for the Microsoft Teams developer platform documentation.
https://aka.ms/teamsdev
Creative Commons Attribution 4.0 International
284 stars 506 forks source link

/graph.microsoft.com/v1.0/me/calendarView iCalUid response is empty #8878

Open KaratLee opened 1 year ago

KaratLee commented 1 year ago

Can you help check that iCalUId is required to respond in this interface:/graph.microsoft.com/v1.0/me/calendarView

We found that the iCalUId of some customers is empty, which caused us to encounter some problems when obtaining the calendar of this customer

image
ghost commented 1 year ago

Hi KaratLee! Thank you for bringing this issue to our attention. We will investigate and if we require further information we will reach out in one business day. Please use this link to escalate if you don't get replies.

Best regards, Teams Platform

ChetanSharma-msft commented 1 year ago

Hello @KaratLee - Thanks for raising your query. We will look into it and let you know the updates.

Prasad-MSFT commented 1 year ago

@KaratLee - We tried to repro it following this document by running the query and observed that in response we are getting iCalUId as expected.

image

Are you not getting this iCalUIdin your query response?

KaratLee commented 1 year ago

@Prasad-MSFT Most of the users in our response have iCalUId, but some users do not have iCalUId, so under what circumstances will an empty iCalUId be responded.

KaratLee commented 1 year ago

@Prasad-MSFT Not just iCalUId, meeting_number and join_url are also empty. Under what circumstances will it respond to invalid meeting information? This meeting should be a circular meeting. Is it because the meeting has been deleted?

This interface responds to three pieces of data, two valid meeting data, and one invalid meeting data. If you need, I can send the other two valid data to your mailbox or Teams

Prasad-MSFT commented 1 year ago

@KaratLee - Could you please share the request and responses where you are getting empty values for iCalUId, meeting_number andjoin_url etc?

KaratLee commented 1 year ago

@Prasad-MSFT Our request is the time interval + token, we can't get customer's token on prod, this interface is to obtain calendar event events, I think you can check the business to know what to respond to invalid event information, the meeting will be deleted with a high probability.

Prasad-MSFT commented 1 year ago

@KaratLee - Okay, we will check this with engineering team under which circumstances we will get empty iCalUId, meeting_number and join_url and let you know the updates.

KaratLee commented 1 year ago

@Prasad-MSFT Hi Prasad, how's it going?

Prasad-MSFT commented 1 year ago

Hi @KaratLee - Apologies. We didn't get any update from engineering team yet. We are constantly following up with them. We will update you once we have any update. Thanks!

wonsoh commented 10 months ago

@Prasad-MSFT Hello Prasad. We also have been experiencing this issue on our end. Some events are not giving iCalUid and have been causing issues on apps we are building. For example, the event ID with AAMkADY3MGE5MjQ1LTYyZDgtNGU5Mi04YzZmLTIyY2ZkN2ExM2ZhOQBGAAAAAADEmWvWy4sNTIdW1KJyJ0LdBwDskZ8PhbimSZ4K2uNFmFTMAAAAAAENAADskZ8PhbimSZ4K2uNFmFTMAAAQdLHXAAA= under Calendar of lonishenko@bayntree.com is not giving out iCalUID. It is very imperative that we get these IDs as we use them for pivot keys for our platform application (Clockwise), especially for recurring events.

Prasad-MSFT commented 10 months ago

@KaratLee ,@wonsoh - We have created an issue here adding appropriate tag to be investigated by appropriate team. Please directly follow on that thread for further updates.

davidspica commented 7 months ago

Any update on this issue please? We are having exactly the same problem. Most events contain the iCALUId but we do find that some have an event Id but the iCalUId is null:

image

It's unclear to me if this issue has been accepted and is being actively investigated. Please advise.

David

Prasad-MSFT commented 7 months ago

Hi @davidspica - We understand your concern. We have created an issue here adding appropriate tag to be investigated by appropriate team. Please directly follow on that thread for further updates.

chrrobi-sagard commented 5 months ago

Hello, we are seeing similar problems

image

Is there any news on this?