Need unique identifier of scheduleItem resource type

Ryan 20 Reputation points
2024-05-08T20:30:55.42+00:00

I would like to use the Microsoft Graph to view and modify calendar information. Unfortunately, the scheduleItem resource type does not contain the unique identifier of the item so there is no reliable way of matching them to the results from the calendarView call.

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,911 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Saranya Madhu-MSFT 385 Reputation points Microsoft Vendor
    2024-05-17T17:22:07.6166667+00:00

    Hi Ryan,

    Thanks for reaching out!

    I can understand that you are trying to use Calendar API.  According to the documentation, the scheduleItem resource type lacks a property to work as a unique identifier.

    At the moment, you might want to consider using the create event API, which includes the iCalUId—a unique identifier in the response that is consistent across calendars and corresponds to the iCalUId found in calendarView.

    As of now, the scheduleItem resource type does not possess a unique identifier like iCalUid. You can submit this feature request using this support link, which will be monitored by Microsoft team and make the enhancements to Graph API.

    Hope this helps.

    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    0 comments No comments

  2. Saranya Madhu-MSFT 385 Reputation points Microsoft Vendor
    2024-05-17T17:31:48.6466667+00:00

    Hi Ryan,

    Thanks for reaching out!

    I can understand that you are trying to use Calendar API.  According to the documentation, the scheduleItem resource type lacks a property to work as a unique identifier.

    At the moment, you might want to consider using create event API, which includes the iCalUId—a unique identifier in the response that is consistent across calendars and corresponds to the iCalUId found in calendarView.

    As of now, the scheduleItem resource type does not possess a unique identifier like iCalUid. You can submit this feature request using this support link, which will be monitored by Microsoft team and make the enhancements to Graph API.

    Hope this helps.

    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".