@microsoft/msgraph-sdk-groups 1.0.0-preview.54 → 1.0.0-preview.57
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +189 -4
- package/groups/item/calendar/calendarView/item/exceptionOccurrences/index.d.ts +3 -3
- package/groups/item/calendar/calendarView/item/exceptionOccurrences/item/index.d.ts +3 -3
- package/groups/item/calendar/calendarView/item/exceptionOccurrences/item/instances/index.d.ts +3 -3
- package/groups/item/calendar/calendarView/item/exceptionOccurrences/item/instances/item/index.d.ts +3 -3
- package/groups/item/calendar/calendarView/item/instances/index.d.ts +3 -3
- package/groups/item/calendar/calendarView/item/instances/item/exceptionOccurrences/index.d.ts +3 -3
- package/groups/item/calendar/calendarView/item/instances/item/exceptionOccurrences/item/index.d.ts +3 -3
- package/groups/item/calendar/calendarView/item/instances/item/index.d.ts +3 -3
- package/groups/item/calendar/events/item/exceptionOccurrences/index.d.ts +3 -3
- package/groups/item/calendar/events/item/exceptionOccurrences/item/index.d.ts +3 -3
- package/groups/item/calendar/events/item/exceptionOccurrences/item/instances/index.d.ts +3 -3
- package/groups/item/calendar/events/item/exceptionOccurrences/item/instances/item/index.d.ts +3 -3
- package/groups/item/calendar/events/item/instances/index.d.ts +3 -3
- package/groups/item/calendar/events/item/instances/item/exceptionOccurrences/index.d.ts +3 -3
- package/groups/item/calendar/events/item/instances/item/exceptionOccurrences/item/index.d.ts +3 -3
- package/groups/item/calendar/events/item/instances/item/index.d.ts +3 -3
- package/groups/item/calendarView/item/exceptionOccurrences/index.d.ts +3 -3
- package/groups/item/calendarView/item/exceptionOccurrences/item/index.d.ts +3 -3
- package/groups/item/calendarView/item/exceptionOccurrences/item/instances/index.d.ts +3 -3
- package/groups/item/calendarView/item/exceptionOccurrences/item/instances/item/index.d.ts +3 -3
- package/groups/item/calendarView/item/instances/index.d.ts +3 -3
- package/groups/item/calendarView/item/instances/item/exceptionOccurrences/index.d.ts +3 -3
- package/groups/item/calendarView/item/instances/item/exceptionOccurrences/item/index.d.ts +3 -3
- package/groups/item/calendarView/item/instances/item/index.d.ts +3 -3
- package/groups/item/conversations/item/index.d.ts +4 -4
- package/groups/item/conversations/item/threads/item/reply/index.d.ts +3 -3
- package/groups/item/events/item/exceptionOccurrences/index.d.ts +3 -3
- package/groups/item/events/item/exceptionOccurrences/item/index.d.ts +3 -3
- package/groups/item/events/item/exceptionOccurrences/item/instances/index.d.ts +3 -3
- package/groups/item/events/item/exceptionOccurrences/item/instances/item/index.d.ts +3 -3
- package/groups/item/events/item/instances/index.d.ts +3 -3
- package/groups/item/events/item/instances/item/exceptionOccurrences/index.d.ts +3 -3
- package/groups/item/events/item/instances/item/exceptionOccurrences/item/index.d.ts +3 -3
- package/groups/item/events/item/instances/item/index.d.ts +3 -3
- package/groups/item/threads/item/index.d.ts +4 -4
- package/groups/item/threads/item/posts/index.d.ts +4 -4
- package/groups/item/threads/item/reply/index.d.ts +3 -3
- package/package.json +2 -2
- package/tsconfig.tsbuildinfo +1 -1
|
@@ -65,21 +65,21 @@ export interface EventItemRequestBuilder extends BaseRequestBuilder<EventItemReq
|
|
|
65
65
|
*/
|
|
66
66
|
get tentativelyAccept(): TentativelyAcceptRequestBuilder;
|
|
67
67
|
/**
|
|
68
|
-
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences
|
|
68
|
+
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable.
|
|
69
69
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
70
70
|
* @returns {Promise<Event>}
|
|
71
71
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
72
72
|
*/
|
|
73
73
|
get(requestConfiguration?: RequestConfiguration<EventItemRequestBuilderGetQueryParameters> | undefined): Promise<Event | undefined>;
|
|
74
74
|
/**
|
|
75
|
-
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences
|
|
75
|
+
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable.
|
|
76
76
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
77
77
|
* @returns {RequestInformation}
|
|
78
78
|
*/
|
|
79
79
|
toGetRequestInformation(requestConfiguration?: RequestConfiguration<EventItemRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
80
80
|
}
|
|
81
81
|
/**
|
|
82
|
-
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences
|
|
82
|
+
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable.
|
|
83
83
|
*/
|
|
84
84
|
export interface EventItemRequestBuilderGetQueryParameters {
|
|
85
85
|
/**
|
|
@@ -22,21 +22,21 @@ export interface ExceptionOccurrencesRequestBuilder extends BaseRequestBuilder<E
|
|
|
22
22
|
*/
|
|
23
23
|
byEventId1(eventId1: string): EventItemRequestBuilder;
|
|
24
24
|
/**
|
|
25
|
-
*
|
|
25
|
+
* Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event.
|
|
26
26
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
27
27
|
* @returns {Promise<EventCollectionResponse>}
|
|
28
28
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
29
29
|
*/
|
|
30
30
|
get(requestConfiguration?: RequestConfiguration<ExceptionOccurrencesRequestBuilderGetQueryParameters> | undefined): Promise<EventCollectionResponse | undefined>;
|
|
31
31
|
/**
|
|
32
|
-
*
|
|
32
|
+
* Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event.
|
|
33
33
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
34
34
|
* @returns {RequestInformation}
|
|
35
35
|
*/
|
|
36
36
|
toGetRequestInformation(requestConfiguration?: RequestConfiguration<ExceptionOccurrencesRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
37
37
|
}
|
|
38
38
|
/**
|
|
39
|
-
*
|
|
39
|
+
* Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event.
|
|
40
40
|
*/
|
|
41
41
|
export interface ExceptionOccurrencesRequestBuilderGetQueryParameters {
|
|
42
42
|
/**
|
|
@@ -65,21 +65,21 @@ export interface EventItemRequestBuilder extends BaseRequestBuilder<EventItemReq
|
|
|
65
65
|
*/
|
|
66
66
|
get tentativelyAccept(): TentativelyAcceptRequestBuilder;
|
|
67
67
|
/**
|
|
68
|
-
*
|
|
68
|
+
* Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event.
|
|
69
69
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
70
70
|
* @returns {Promise<Event>}
|
|
71
71
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
72
72
|
*/
|
|
73
73
|
get(requestConfiguration?: RequestConfiguration<EventItemRequestBuilderGetQueryParameters> | undefined): Promise<Event | undefined>;
|
|
74
74
|
/**
|
|
75
|
-
*
|
|
75
|
+
* Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event.
|
|
76
76
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
77
77
|
* @returns {RequestInformation}
|
|
78
78
|
*/
|
|
79
79
|
toGetRequestInformation(requestConfiguration?: RequestConfiguration<EventItemRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
80
80
|
}
|
|
81
81
|
/**
|
|
82
|
-
*
|
|
82
|
+
* Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event.
|
|
83
83
|
*/
|
|
84
84
|
export interface EventItemRequestBuilderGetQueryParameters {
|
|
85
85
|
/**
|
|
@@ -22,21 +22,21 @@ export interface InstancesRequestBuilder extends BaseRequestBuilder<InstancesReq
|
|
|
22
22
|
*/
|
|
23
23
|
byEventId2(eventId2: string): EventItemRequestBuilder;
|
|
24
24
|
/**
|
|
25
|
-
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences
|
|
25
|
+
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable.
|
|
26
26
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
27
27
|
* @returns {Promise<EventCollectionResponse>}
|
|
28
28
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
29
29
|
*/
|
|
30
30
|
get(requestConfiguration?: RequestConfiguration<InstancesRequestBuilderGetQueryParameters> | undefined): Promise<EventCollectionResponse | undefined>;
|
|
31
31
|
/**
|
|
32
|
-
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences
|
|
32
|
+
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable.
|
|
33
33
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
34
34
|
* @returns {RequestInformation}
|
|
35
35
|
*/
|
|
36
36
|
toGetRequestInformation(requestConfiguration?: RequestConfiguration<InstancesRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
37
37
|
}
|
|
38
38
|
/**
|
|
39
|
-
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences
|
|
39
|
+
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable.
|
|
40
40
|
*/
|
|
41
41
|
export interface InstancesRequestBuilderGetQueryParameters {
|
|
42
42
|
/**
|
|
@@ -60,21 +60,21 @@ export interface EventItemRequestBuilder extends BaseRequestBuilder<EventItemReq
|
|
|
60
60
|
*/
|
|
61
61
|
get tentativelyAccept(): TentativelyAcceptRequestBuilder;
|
|
62
62
|
/**
|
|
63
|
-
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences
|
|
63
|
+
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable.
|
|
64
64
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
65
65
|
* @returns {Promise<Event>}
|
|
66
66
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
67
67
|
*/
|
|
68
68
|
get(requestConfiguration?: RequestConfiguration<EventItemRequestBuilderGetQueryParameters> | undefined): Promise<Event | undefined>;
|
|
69
69
|
/**
|
|
70
|
-
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences
|
|
70
|
+
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable.
|
|
71
71
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
72
72
|
* @returns {RequestInformation}
|
|
73
73
|
*/
|
|
74
74
|
toGetRequestInformation(requestConfiguration?: RequestConfiguration<EventItemRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
75
75
|
}
|
|
76
76
|
/**
|
|
77
|
-
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences
|
|
77
|
+
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable.
|
|
78
78
|
*/
|
|
79
79
|
export interface EventItemRequestBuilderGetQueryParameters {
|
|
80
80
|
/**
|
|
@@ -22,21 +22,21 @@ export interface InstancesRequestBuilder extends BaseRequestBuilder<InstancesReq
|
|
|
22
22
|
*/
|
|
23
23
|
byEventId1(eventId1: string): EventItemRequestBuilder;
|
|
24
24
|
/**
|
|
25
|
-
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences
|
|
25
|
+
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable.
|
|
26
26
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
27
27
|
* @returns {Promise<EventCollectionResponse>}
|
|
28
28
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
29
29
|
*/
|
|
30
30
|
get(requestConfiguration?: RequestConfiguration<InstancesRequestBuilderGetQueryParameters> | undefined): Promise<EventCollectionResponse | undefined>;
|
|
31
31
|
/**
|
|
32
|
-
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences
|
|
32
|
+
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable.
|
|
33
33
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
34
34
|
* @returns {RequestInformation}
|
|
35
35
|
*/
|
|
36
36
|
toGetRequestInformation(requestConfiguration?: RequestConfiguration<InstancesRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
37
37
|
}
|
|
38
38
|
/**
|
|
39
|
-
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences
|
|
39
|
+
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable.
|
|
40
40
|
*/
|
|
41
41
|
export interface InstancesRequestBuilderGetQueryParameters {
|
|
42
42
|
/**
|
|
@@ -22,21 +22,21 @@ export interface ExceptionOccurrencesRequestBuilder extends BaseRequestBuilder<E
|
|
|
22
22
|
*/
|
|
23
23
|
byEventId2(eventId2: string): EventItemRequestBuilder;
|
|
24
24
|
/**
|
|
25
|
-
*
|
|
25
|
+
* Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event.
|
|
26
26
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
27
27
|
* @returns {Promise<EventCollectionResponse>}
|
|
28
28
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
29
29
|
*/
|
|
30
30
|
get(requestConfiguration?: RequestConfiguration<ExceptionOccurrencesRequestBuilderGetQueryParameters> | undefined): Promise<EventCollectionResponse | undefined>;
|
|
31
31
|
/**
|
|
32
|
-
*
|
|
32
|
+
* Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event.
|
|
33
33
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
34
34
|
* @returns {RequestInformation}
|
|
35
35
|
*/
|
|
36
36
|
toGetRequestInformation(requestConfiguration?: RequestConfiguration<ExceptionOccurrencesRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
37
37
|
}
|
|
38
38
|
/**
|
|
39
|
-
*
|
|
39
|
+
* Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event.
|
|
40
40
|
*/
|
|
41
41
|
export interface ExceptionOccurrencesRequestBuilderGetQueryParameters {
|
|
42
42
|
/**
|
|
@@ -60,21 +60,21 @@ export interface EventItemRequestBuilder extends BaseRequestBuilder<EventItemReq
|
|
|
60
60
|
*/
|
|
61
61
|
get tentativelyAccept(): TentativelyAcceptRequestBuilder;
|
|
62
62
|
/**
|
|
63
|
-
*
|
|
63
|
+
* Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event.
|
|
64
64
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
65
65
|
* @returns {Promise<Event>}
|
|
66
66
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
67
67
|
*/
|
|
68
68
|
get(requestConfiguration?: RequestConfiguration<EventItemRequestBuilderGetQueryParameters> | undefined): Promise<Event | undefined>;
|
|
69
69
|
/**
|
|
70
|
-
*
|
|
70
|
+
* Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event.
|
|
71
71
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
72
72
|
* @returns {RequestInformation}
|
|
73
73
|
*/
|
|
74
74
|
toGetRequestInformation(requestConfiguration?: RequestConfiguration<EventItemRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
75
75
|
}
|
|
76
76
|
/**
|
|
77
|
-
*
|
|
77
|
+
* Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event.
|
|
78
78
|
*/
|
|
79
79
|
export interface EventItemRequestBuilderGetQueryParameters {
|
|
80
80
|
/**
|
|
@@ -65,21 +65,21 @@ export interface EventItemRequestBuilder extends BaseRequestBuilder<EventItemReq
|
|
|
65
65
|
*/
|
|
66
66
|
get tentativelyAccept(): TentativelyAcceptRequestBuilder;
|
|
67
67
|
/**
|
|
68
|
-
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences
|
|
68
|
+
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable.
|
|
69
69
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
70
70
|
* @returns {Promise<Event>}
|
|
71
71
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
72
72
|
*/
|
|
73
73
|
get(requestConfiguration?: RequestConfiguration<EventItemRequestBuilderGetQueryParameters> | undefined): Promise<Event | undefined>;
|
|
74
74
|
/**
|
|
75
|
-
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences
|
|
75
|
+
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable.
|
|
76
76
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
77
77
|
* @returns {RequestInformation}
|
|
78
78
|
*/
|
|
79
79
|
toGetRequestInformation(requestConfiguration?: RequestConfiguration<EventItemRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
80
80
|
}
|
|
81
81
|
/**
|
|
82
|
-
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences
|
|
82
|
+
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable.
|
|
83
83
|
*/
|
|
84
84
|
export interface EventItemRequestBuilderGetQueryParameters {
|
|
85
85
|
/**
|
|
@@ -17,11 +17,11 @@ export interface ConversationItemRequestBuilder extends BaseRequestBuilder<Conve
|
|
|
17
17
|
*/
|
|
18
18
|
delete(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
|
|
19
19
|
/**
|
|
20
|
-
*
|
|
20
|
+
* The group's conversations.
|
|
21
21
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
22
22
|
* @returns {Promise<Conversation>}
|
|
23
23
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
24
|
-
* @see {@link https://learn.microsoft.com/graph/api/
|
|
24
|
+
* @see {@link https://learn.microsoft.com/graph/api/group-get-conversation?view=graph-rest-1.0|Find more info here}
|
|
25
25
|
*/
|
|
26
26
|
get(requestConfiguration?: RequestConfiguration<ConversationItemRequestBuilderGetQueryParameters> | undefined): Promise<Conversation | undefined>;
|
|
27
27
|
/**
|
|
@@ -31,14 +31,14 @@ export interface ConversationItemRequestBuilder extends BaseRequestBuilder<Conve
|
|
|
31
31
|
*/
|
|
32
32
|
toDeleteRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
33
33
|
/**
|
|
34
|
-
*
|
|
34
|
+
* The group's conversations.
|
|
35
35
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
36
36
|
* @returns {RequestInformation}
|
|
37
37
|
*/
|
|
38
38
|
toGetRequestInformation(requestConfiguration?: RequestConfiguration<ConversationItemRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
39
39
|
}
|
|
40
40
|
/**
|
|
41
|
-
*
|
|
41
|
+
* The group's conversations.
|
|
42
42
|
*/
|
|
43
43
|
export interface ConversationItemRequestBuilderGetQueryParameters {
|
|
44
44
|
/**
|
|
@@ -30,15 +30,15 @@ export interface ReplyPostRequestBody extends AdditionalDataHolder, BackedModel,
|
|
|
30
30
|
*/
|
|
31
31
|
export interface ReplyRequestBuilder extends BaseRequestBuilder<ReplyRequestBuilder> {
|
|
32
32
|
/**
|
|
33
|
-
*
|
|
33
|
+
* Create an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. The table in the Permissions section lists the resources that support open extensions.
|
|
34
34
|
* @param body The request body
|
|
35
35
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
36
36
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
37
|
-
* @see {@link https://learn.microsoft.com/graph/api/post-
|
|
37
|
+
* @see {@link https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0|Find more info here}
|
|
38
38
|
*/
|
|
39
39
|
post(body: ReplyPostRequestBody, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
|
|
40
40
|
/**
|
|
41
|
-
*
|
|
41
|
+
* Create an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. The table in the Permissions section lists the resources that support open extensions.
|
|
42
42
|
* @param body The request body
|
|
43
43
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
44
44
|
* @returns {RequestInformation}
|
|
@@ -22,21 +22,21 @@ export interface ExceptionOccurrencesRequestBuilder extends BaseRequestBuilder<E
|
|
|
22
22
|
*/
|
|
23
23
|
byEventId1(eventId1: string): EventItemRequestBuilder;
|
|
24
24
|
/**
|
|
25
|
-
*
|
|
25
|
+
* Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event.
|
|
26
26
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
27
27
|
* @returns {Promise<EventCollectionResponse>}
|
|
28
28
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
29
29
|
*/
|
|
30
30
|
get(requestConfiguration?: RequestConfiguration<ExceptionOccurrencesRequestBuilderGetQueryParameters> | undefined): Promise<EventCollectionResponse | undefined>;
|
|
31
31
|
/**
|
|
32
|
-
*
|
|
32
|
+
* Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event.
|
|
33
33
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
34
34
|
* @returns {RequestInformation}
|
|
35
35
|
*/
|
|
36
36
|
toGetRequestInformation(requestConfiguration?: RequestConfiguration<ExceptionOccurrencesRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
37
37
|
}
|
|
38
38
|
/**
|
|
39
|
-
*
|
|
39
|
+
* Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event.
|
|
40
40
|
*/
|
|
41
41
|
export interface ExceptionOccurrencesRequestBuilderGetQueryParameters {
|
|
42
42
|
/**
|
|
@@ -65,21 +65,21 @@ export interface EventItemRequestBuilder extends BaseRequestBuilder<EventItemReq
|
|
|
65
65
|
*/
|
|
66
66
|
get tentativelyAccept(): TentativelyAcceptRequestBuilder;
|
|
67
67
|
/**
|
|
68
|
-
*
|
|
68
|
+
* Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event.
|
|
69
69
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
70
70
|
* @returns {Promise<Event>}
|
|
71
71
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
72
72
|
*/
|
|
73
73
|
get(requestConfiguration?: RequestConfiguration<EventItemRequestBuilderGetQueryParameters> | undefined): Promise<Event | undefined>;
|
|
74
74
|
/**
|
|
75
|
-
*
|
|
75
|
+
* Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event.
|
|
76
76
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
77
77
|
* @returns {RequestInformation}
|
|
78
78
|
*/
|
|
79
79
|
toGetRequestInformation(requestConfiguration?: RequestConfiguration<EventItemRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
80
80
|
}
|
|
81
81
|
/**
|
|
82
|
-
*
|
|
82
|
+
* Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event.
|
|
83
83
|
*/
|
|
84
84
|
export interface EventItemRequestBuilderGetQueryParameters {
|
|
85
85
|
/**
|
|
@@ -22,21 +22,21 @@ export interface InstancesRequestBuilder extends BaseRequestBuilder<InstancesReq
|
|
|
22
22
|
*/
|
|
23
23
|
byEventId2(eventId2: string): EventItemRequestBuilder;
|
|
24
24
|
/**
|
|
25
|
-
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences
|
|
25
|
+
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable.
|
|
26
26
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
27
27
|
* @returns {Promise<EventCollectionResponse>}
|
|
28
28
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
29
29
|
*/
|
|
30
30
|
get(requestConfiguration?: RequestConfiguration<InstancesRequestBuilderGetQueryParameters> | undefined): Promise<EventCollectionResponse | undefined>;
|
|
31
31
|
/**
|
|
32
|
-
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences
|
|
32
|
+
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable.
|
|
33
33
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
34
34
|
* @returns {RequestInformation}
|
|
35
35
|
*/
|
|
36
36
|
toGetRequestInformation(requestConfiguration?: RequestConfiguration<InstancesRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
37
37
|
}
|
|
38
38
|
/**
|
|
39
|
-
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences
|
|
39
|
+
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable.
|
|
40
40
|
*/
|
|
41
41
|
export interface InstancesRequestBuilderGetQueryParameters {
|
|
42
42
|
/**
|
|
@@ -60,21 +60,21 @@ export interface EventItemRequestBuilder extends BaseRequestBuilder<EventItemReq
|
|
|
60
60
|
*/
|
|
61
61
|
get tentativelyAccept(): TentativelyAcceptRequestBuilder;
|
|
62
62
|
/**
|
|
63
|
-
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences
|
|
63
|
+
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable.
|
|
64
64
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
65
65
|
* @returns {Promise<Event>}
|
|
66
66
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
67
67
|
*/
|
|
68
68
|
get(requestConfiguration?: RequestConfiguration<EventItemRequestBuilderGetQueryParameters> | undefined): Promise<Event | undefined>;
|
|
69
69
|
/**
|
|
70
|
-
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences
|
|
70
|
+
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable.
|
|
71
71
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
72
72
|
* @returns {RequestInformation}
|
|
73
73
|
*/
|
|
74
74
|
toGetRequestInformation(requestConfiguration?: RequestConfiguration<EventItemRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
75
75
|
}
|
|
76
76
|
/**
|
|
77
|
-
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences
|
|
77
|
+
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable.
|
|
78
78
|
*/
|
|
79
79
|
export interface EventItemRequestBuilderGetQueryParameters {
|
|
80
80
|
/**
|
|
@@ -22,21 +22,21 @@ export interface InstancesRequestBuilder extends BaseRequestBuilder<InstancesReq
|
|
|
22
22
|
*/
|
|
23
23
|
byEventId1(eventId1: string): EventItemRequestBuilder;
|
|
24
24
|
/**
|
|
25
|
-
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences
|
|
25
|
+
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable.
|
|
26
26
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
27
27
|
* @returns {Promise<EventCollectionResponse>}
|
|
28
28
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
29
29
|
*/
|
|
30
30
|
get(requestConfiguration?: RequestConfiguration<InstancesRequestBuilderGetQueryParameters> | undefined): Promise<EventCollectionResponse | undefined>;
|
|
31
31
|
/**
|
|
32
|
-
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences
|
|
32
|
+
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable.
|
|
33
33
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
34
34
|
* @returns {RequestInformation}
|
|
35
35
|
*/
|
|
36
36
|
toGetRequestInformation(requestConfiguration?: RequestConfiguration<InstancesRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
37
37
|
}
|
|
38
38
|
/**
|
|
39
|
-
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences
|
|
39
|
+
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable.
|
|
40
40
|
*/
|
|
41
41
|
export interface InstancesRequestBuilderGetQueryParameters {
|
|
42
42
|
/**
|
|
@@ -22,21 +22,21 @@ export interface ExceptionOccurrencesRequestBuilder extends BaseRequestBuilder<E
|
|
|
22
22
|
*/
|
|
23
23
|
byEventId2(eventId2: string): EventItemRequestBuilder;
|
|
24
24
|
/**
|
|
25
|
-
*
|
|
25
|
+
* Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event.
|
|
26
26
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
27
27
|
* @returns {Promise<EventCollectionResponse>}
|
|
28
28
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
29
29
|
*/
|
|
30
30
|
get(requestConfiguration?: RequestConfiguration<ExceptionOccurrencesRequestBuilderGetQueryParameters> | undefined): Promise<EventCollectionResponse | undefined>;
|
|
31
31
|
/**
|
|
32
|
-
*
|
|
32
|
+
* Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event.
|
|
33
33
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
34
34
|
* @returns {RequestInformation}
|
|
35
35
|
*/
|
|
36
36
|
toGetRequestInformation(requestConfiguration?: RequestConfiguration<ExceptionOccurrencesRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
37
37
|
}
|
|
38
38
|
/**
|
|
39
|
-
*
|
|
39
|
+
* Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event.
|
|
40
40
|
*/
|
|
41
41
|
export interface ExceptionOccurrencesRequestBuilderGetQueryParameters {
|
|
42
42
|
/**
|
|
@@ -60,21 +60,21 @@ export interface EventItemRequestBuilder extends BaseRequestBuilder<EventItemReq
|
|
|
60
60
|
*/
|
|
61
61
|
get tentativelyAccept(): TentativelyAcceptRequestBuilder;
|
|
62
62
|
/**
|
|
63
|
-
*
|
|
63
|
+
* Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event.
|
|
64
64
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
65
65
|
* @returns {Promise<Event>}
|
|
66
66
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
67
67
|
*/
|
|
68
68
|
get(requestConfiguration?: RequestConfiguration<EventItemRequestBuilderGetQueryParameters> | undefined): Promise<Event | undefined>;
|
|
69
69
|
/**
|
|
70
|
-
*
|
|
70
|
+
* Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event.
|
|
71
71
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
72
72
|
* @returns {RequestInformation}
|
|
73
73
|
*/
|
|
74
74
|
toGetRequestInformation(requestConfiguration?: RequestConfiguration<EventItemRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
75
75
|
}
|
|
76
76
|
/**
|
|
77
|
-
*
|
|
77
|
+
* Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event.
|
|
78
78
|
*/
|
|
79
79
|
export interface EventItemRequestBuilderGetQueryParameters {
|
|
80
80
|
/**
|
|
@@ -65,21 +65,21 @@ export interface EventItemRequestBuilder extends BaseRequestBuilder<EventItemReq
|
|
|
65
65
|
*/
|
|
66
66
|
get tentativelyAccept(): TentativelyAcceptRequestBuilder;
|
|
67
67
|
/**
|
|
68
|
-
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences
|
|
68
|
+
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable.
|
|
69
69
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
70
70
|
* @returns {Promise<Event>}
|
|
71
71
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
72
72
|
*/
|
|
73
73
|
get(requestConfiguration?: RequestConfiguration<EventItemRequestBuilderGetQueryParameters> | undefined): Promise<Event | undefined>;
|
|
74
74
|
/**
|
|
75
|
-
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences
|
|
75
|
+
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable.
|
|
76
76
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
77
77
|
* @returns {RequestInformation}
|
|
78
78
|
*/
|
|
79
79
|
toGetRequestInformation(requestConfiguration?: RequestConfiguration<EventItemRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
80
80
|
}
|
|
81
81
|
/**
|
|
82
|
-
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences
|
|
82
|
+
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable.
|
|
83
83
|
*/
|
|
84
84
|
export interface EventItemRequestBuilderGetQueryParameters {
|
|
85
85
|
/**
|
|
@@ -22,11 +22,11 @@ export interface ConversationThreadItemRequestBuilder extends BaseRequestBuilder
|
|
|
22
22
|
*/
|
|
23
23
|
delete(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
|
|
24
24
|
/**
|
|
25
|
-
* Get a
|
|
25
|
+
* Get a thread object.
|
|
26
26
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
27
27
|
* @returns {Promise<ConversationThread>}
|
|
28
28
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
29
|
-
* @see {@link https://learn.microsoft.com/graph/api/
|
|
29
|
+
* @see {@link https://learn.microsoft.com/graph/api/group-get-thread?view=graph-rest-1.0|Find more info here}
|
|
30
30
|
*/
|
|
31
31
|
get(requestConfiguration?: RequestConfiguration<ConversationThreadItemRequestBuilderGetQueryParameters> | undefined): Promise<ConversationThread | undefined>;
|
|
32
32
|
/**
|
|
@@ -45,7 +45,7 @@ export interface ConversationThreadItemRequestBuilder extends BaseRequestBuilder
|
|
|
45
45
|
*/
|
|
46
46
|
toDeleteRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
47
47
|
/**
|
|
48
|
-
* Get a
|
|
48
|
+
* Get a thread object.
|
|
49
49
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
50
50
|
* @returns {RequestInformation}
|
|
51
51
|
*/
|
|
@@ -59,7 +59,7 @@ export interface ConversationThreadItemRequestBuilder extends BaseRequestBuilder
|
|
|
59
59
|
toPatchRequestInformation(body: ConversationThread, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
60
60
|
}
|
|
61
61
|
/**
|
|
62
|
-
* Get a
|
|
62
|
+
* Get a thread object.
|
|
63
63
|
*/
|
|
64
64
|
export interface ConversationThreadItemRequestBuilderGetQueryParameters {
|
|
65
65
|
/**
|
|
@@ -17,22 +17,22 @@ export interface PostsRequestBuilder extends BaseRequestBuilder<PostsRequestBuil
|
|
|
17
17
|
*/
|
|
18
18
|
byPostId(postId: string): PostItemRequestBuilder;
|
|
19
19
|
/**
|
|
20
|
-
* Get the
|
|
20
|
+
* Get the properties and relationships of a post in a specified thread. You can specify both the parent conversation and the thread, or, you can specify the thread without referencing the parent conversation. Since the post resource supports extensions, you can also use the GET operation to get custom properties and extension data in a post instance.
|
|
21
21
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
22
22
|
* @returns {Promise<PostCollectionResponse>}
|
|
23
23
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
24
|
-
* @see {@link https://learn.microsoft.com/graph/api/
|
|
24
|
+
* @see {@link https://learn.microsoft.com/graph/api/post-get?view=graph-rest-1.0|Find more info here}
|
|
25
25
|
*/
|
|
26
26
|
get(requestConfiguration?: RequestConfiguration<PostsRequestBuilderGetQueryParameters> | undefined): Promise<PostCollectionResponse | undefined>;
|
|
27
27
|
/**
|
|
28
|
-
* Get the
|
|
28
|
+
* Get the properties and relationships of a post in a specified thread. You can specify both the parent conversation and the thread, or, you can specify the thread without referencing the parent conversation. Since the post resource supports extensions, you can also use the GET operation to get custom properties and extension data in a post instance.
|
|
29
29
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
30
30
|
* @returns {RequestInformation}
|
|
31
31
|
*/
|
|
32
32
|
toGetRequestInformation(requestConfiguration?: RequestConfiguration<PostsRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
33
33
|
}
|
|
34
34
|
/**
|
|
35
|
-
* Get the
|
|
35
|
+
* Get the properties and relationships of a post in a specified thread. You can specify both the parent conversation and the thread, or, you can specify the thread without referencing the parent conversation. Since the post resource supports extensions, you can also use the GET operation to get custom properties and extension data in a post instance.
|
|
36
36
|
*/
|
|
37
37
|
export interface PostsRequestBuilderGetQueryParameters {
|
|
38
38
|
/**
|