You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Provided example and tests for scenarios where Microsoft.Graph client library request builders don't support functionality. This way you can make use of the serializer and authentication provider.
28
-
* The service metadata doesn't support GetByPath for getting SharePoint sites by relative path. Added functionality to enable this.
Copy file name to clipboardExpand all lines: src/Microsoft.Graph/Models/Generated/AssignedPlan.cs
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -24,24 +24,28 @@ public partial class AssignedPlan
24
24
25
25
/// <summary>
26
26
/// Gets or sets assignedDateTime.
27
+
/// The date and time at which the plan was assigned; for example: 2013-01-02T19:32:30Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
/// The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
Copy file name to clipboardExpand all lines: src/Microsoft.Graph/Models/Generated/AttendeeBase.cs
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,7 @@ public partial class AttendeeBase : Recipient
23
23
24
24
/// <summary>
25
25
/// Gets or sets type.
26
+
/// The type of attendee. Possible values are: required, optional, resource. Currently if the attendee is a person, findMeetingTimes always considers the person is of the Required type.
0 commit comments