@wix/calendar 1.0.40 → 1.0.42
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/calendar",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.42",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -21,11 +21,11 @@
|
|
|
21
21
|
"type-bundles"
|
|
22
22
|
],
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@wix/calendar_event-views": "1.0.
|
|
25
|
-
"@wix/calendar_events": "1.0.
|
|
24
|
+
"@wix/calendar_event-views": "1.0.12",
|
|
25
|
+
"@wix/calendar_events": "1.0.25",
|
|
26
26
|
"@wix/calendar_participations": "1.0.12",
|
|
27
27
|
"@wix/calendar_schedule-time-frames": "1.0.19",
|
|
28
|
-
"@wix/calendar_schedules": "1.0.
|
|
28
|
+
"@wix/calendar_schedules": "1.0.23"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"glob": "^10.4.1",
|
|
@@ -50,5 +50,5 @@
|
|
|
50
50
|
"fqdn": ""
|
|
51
51
|
}
|
|
52
52
|
},
|
|
53
|
-
"falconPackageHash": "
|
|
53
|
+
"falconPackageHash": "820340638c135c9a955719c1c894c83bf35d6950716490f69acd0a11"
|
|
54
54
|
}
|
|
@@ -1968,7 +1968,7 @@ interface ListEventsByContactIdRequest {
|
|
|
1968
1968
|
/**
|
|
1969
1969
|
* Local start date and time from which events are returned in
|
|
1970
1970
|
* [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format. For example,
|
|
1971
|
-
* `2024-01-30T13:30:00`.
|
|
1971
|
+
* `2024-01-30T13:30:00`. Required if `cursorPaging` isn't provided.
|
|
1972
1972
|
*
|
|
1973
1973
|
* Events that start before the `fromLocalDate` but end after it are included in
|
|
1974
1974
|
* the results. Must be earlier than `toLocalDate`.
|
|
@@ -1978,7 +1978,7 @@ interface ListEventsByContactIdRequest {
|
|
|
1978
1978
|
* Local end date and time up to which events are returned in
|
|
1979
1979
|
* [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format. For example,
|
|
1980
1980
|
* `2024-01-30T13:30:00`. Can't be more than a full year after
|
|
1981
|
-
* `
|
|
1981
|
+
* `2024-01-30T13:30:00`. Required if `cursorPaging` isn't provided.
|
|
1982
1982
|
*
|
|
1983
1983
|
* Events that start before `toLocalDate` but end after it are included in the
|
|
1984
1984
|
* results. Must be later than `fromLocalDate`.
|
|
@@ -2052,7 +2052,7 @@ interface ListEventsByMemberIdRequest {
|
|
|
2052
2052
|
/**
|
|
2053
2053
|
* Local start date and time from which events are returned in
|
|
2054
2054
|
* [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format. For example,
|
|
2055
|
-
* `2024-01-30T13:30:00`.
|
|
2055
|
+
* `2024-01-30T13:30:00`. Required if neither `cursorPaging` is provided nor a non-empty `eventIds` array.
|
|
2056
2056
|
*
|
|
2057
2057
|
* Events that start before the `fromLocalDate` but end after it are included in
|
|
2058
2058
|
* the results. Must be earlier than `toLocalDate`.
|
|
@@ -2062,7 +2062,7 @@ interface ListEventsByMemberIdRequest {
|
|
|
2062
2062
|
* Local end date and time up to which events are returned in
|
|
2063
2063
|
* [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format. For example,
|
|
2064
2064
|
* `2024-01-30T13:30:00`. Can't be more than a full year after
|
|
2065
|
-
* `fromLocalDate`.
|
|
2065
|
+
* `fromLocalDate`. Required if neither `cursorPaging` is provided nor a non-empty `eventIds` array.
|
|
2066
2066
|
*
|
|
2067
2067
|
* Events that start before `toLocalDate` but end after it are included in the
|
|
2068
2068
|
* results. Must be later than `fromLocalDate`.
|
|
@@ -2753,7 +2753,7 @@ interface ListEventsByContactIdOptions {
|
|
|
2753
2753
|
/**
|
|
2754
2754
|
* Local start date and time from which events are returned in
|
|
2755
2755
|
* [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format. For example,
|
|
2756
|
-
* `2024-01-30T13:30:00`.
|
|
2756
|
+
* `2024-01-30T13:30:00`. Required if `cursorPaging` isn't provided.
|
|
2757
2757
|
*
|
|
2758
2758
|
* Events that start before the `fromLocalDate` but end after it are included in
|
|
2759
2759
|
* the results. Must be earlier than `toLocalDate`.
|
|
@@ -2763,7 +2763,7 @@ interface ListEventsByContactIdOptions {
|
|
|
2763
2763
|
* Local end date and time up to which events are returned in
|
|
2764
2764
|
* [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format. For example,
|
|
2765
2765
|
* `2024-01-30T13:30:00`. Can't be more than a full year after
|
|
2766
|
-
* `
|
|
2766
|
+
* `2024-01-30T13:30:00`. Required if `cursorPaging` isn't provided.
|
|
2767
2767
|
*
|
|
2768
2768
|
* Events that start before `toLocalDate` but end after it are included in the
|
|
2769
2769
|
* results. Must be later than `fromLocalDate`.
|
|
@@ -2789,7 +2789,7 @@ interface ListEventsByMemberIdOptions {
|
|
|
2789
2789
|
/**
|
|
2790
2790
|
* Local start date and time from which events are returned in
|
|
2791
2791
|
* [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format. For example,
|
|
2792
|
-
* `2024-01-30T13:30:00`.
|
|
2792
|
+
* `2024-01-30T13:30:00`. Required if neither `cursorPaging` is provided nor a non-empty `eventIds` array.
|
|
2793
2793
|
*
|
|
2794
2794
|
* Events that start before the `fromLocalDate` but end after it are included in
|
|
2795
2795
|
* the results. Must be earlier than `toLocalDate`.
|
|
@@ -2799,7 +2799,7 @@ interface ListEventsByMemberIdOptions {
|
|
|
2799
2799
|
* Local end date and time up to which events are returned in
|
|
2800
2800
|
* [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format. For example,
|
|
2801
2801
|
* `2024-01-30T13:30:00`. Can't be more than a full year after
|
|
2802
|
-
* `fromLocalDate`.
|
|
2802
|
+
* `fromLocalDate`. Required if neither `cursorPaging` is provided nor a non-empty `eventIds` array.
|
|
2803
2803
|
*
|
|
2804
2804
|
* Events that start before `toLocalDate` but end after it are included in the
|
|
2805
2805
|
* results. Must be later than `fromLocalDate`.
|
|
@@ -3453,17 +3453,20 @@ interface Event {
|
|
|
3453
3453
|
remainingCapacity?: number | null;
|
|
3454
3454
|
/**
|
|
3455
3455
|
* Information about the event's participants.
|
|
3456
|
+
* Returned only if explicitly requested. For more details, see the [permissions article](https://dev.wix.com/docs/rest/business-management/calendar/permissions#retrieve-personal-information).
|
|
3456
3457
|
* @readonly
|
|
3457
3458
|
*/
|
|
3458
3459
|
participants?: Participants;
|
|
3459
3460
|
/**
|
|
3460
|
-
* Information about the event's online conferencing
|
|
3461
|
+
* Information about the event's online conferencing.
|
|
3462
|
+
* Returned only if explicitly requested. For more details, see the [permissions article](https://dev.wix.com/docs/rest/business-management/calendar/permissions#retrieve-personal-information).
|
|
3461
3463
|
*
|
|
3462
3464
|
* Default: `defaultConferencingDetails` of the [schedule](https://dev.wix.com/docs/rest/business-management/calendar/schedules-v3/schedule-object) the event belongs to
|
|
3463
3465
|
*/
|
|
3464
3466
|
conferencingDetails?: ConferencingDetails$1;
|
|
3465
3467
|
/**
|
|
3466
3468
|
* Additional notes about the event.
|
|
3469
|
+
* Returned only if explicitly requested. For more details, see the [permissions article](https://dev.wix.com/docs/rest/business-management/calendar/permissions#retrieve-personal-information).
|
|
3467
3470
|
*
|
|
3468
3471
|
* Min: 1 character
|
|
3469
3472
|
* Max: 5000 characters
|
|
@@ -4867,6 +4870,7 @@ interface Schedule {
|
|
|
4867
4870
|
/**
|
|
4868
4871
|
* Default `conferencingDetails` for [events](https://dev.wix.com/docs/rest/business-management/calendar/events-v3/event-object)
|
|
4869
4872
|
* that are added to the schedule.
|
|
4873
|
+
* Returned only if explicitly requested. For more details, see the [permissions article](https://dev.wix.com/docs/rest/business-management/calendar/permissions#retrieve-personal-information).
|
|
4870
4874
|
*/
|
|
4871
4875
|
defaultConferencingDetails?: ConferencingDetails;
|
|
4872
4876
|
/**
|
|
@@ -6149,6 +6153,7 @@ interface UpdateSchedule {
|
|
|
6149
6153
|
/**
|
|
6150
6154
|
* Default `conferencingDetails` for [events](https://dev.wix.com/docs/rest/business-management/calendar/events-v3/event-object)
|
|
6151
6155
|
* that are added to the schedule.
|
|
6156
|
+
* Returned only if explicitly requested. For more details, see the [permissions article](https://dev.wix.com/docs/rest/business-management/calendar/permissions#retrieve-personal-information).
|
|
6152
6157
|
*/
|
|
6153
6158
|
defaultConferencingDetails?: ConferencingDetails;
|
|
6154
6159
|
/**
|
|
@@ -1968,7 +1968,7 @@ interface ListEventsByContactIdRequest {
|
|
|
1968
1968
|
/**
|
|
1969
1969
|
* Local start date and time from which events are returned in
|
|
1970
1970
|
* [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format. For example,
|
|
1971
|
-
* `2024-01-30T13:30:00`.
|
|
1971
|
+
* `2024-01-30T13:30:00`. Required if `cursorPaging` isn't provided.
|
|
1972
1972
|
*
|
|
1973
1973
|
* Events that start before the `fromLocalDate` but end after it are included in
|
|
1974
1974
|
* the results. Must be earlier than `toLocalDate`.
|
|
@@ -1978,7 +1978,7 @@ interface ListEventsByContactIdRequest {
|
|
|
1978
1978
|
* Local end date and time up to which events are returned in
|
|
1979
1979
|
* [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format. For example,
|
|
1980
1980
|
* `2024-01-30T13:30:00`. Can't be more than a full year after
|
|
1981
|
-
* `
|
|
1981
|
+
* `2024-01-30T13:30:00`. Required if `cursorPaging` isn't provided.
|
|
1982
1982
|
*
|
|
1983
1983
|
* Events that start before `toLocalDate` but end after it are included in the
|
|
1984
1984
|
* results. Must be later than `fromLocalDate`.
|
|
@@ -2052,7 +2052,7 @@ interface ListEventsByMemberIdRequest {
|
|
|
2052
2052
|
/**
|
|
2053
2053
|
* Local start date and time from which events are returned in
|
|
2054
2054
|
* [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format. For example,
|
|
2055
|
-
* `2024-01-30T13:30:00`.
|
|
2055
|
+
* `2024-01-30T13:30:00`. Required if neither `cursorPaging` is provided nor a non-empty `eventIds` array.
|
|
2056
2056
|
*
|
|
2057
2057
|
* Events that start before the `fromLocalDate` but end after it are included in
|
|
2058
2058
|
* the results. Must be earlier than `toLocalDate`.
|
|
@@ -2062,7 +2062,7 @@ interface ListEventsByMemberIdRequest {
|
|
|
2062
2062
|
* Local end date and time up to which events are returned in
|
|
2063
2063
|
* [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format. For example,
|
|
2064
2064
|
* `2024-01-30T13:30:00`. Can't be more than a full year after
|
|
2065
|
-
* `fromLocalDate`.
|
|
2065
|
+
* `fromLocalDate`. Required if neither `cursorPaging` is provided nor a non-empty `eventIds` array.
|
|
2066
2066
|
*
|
|
2067
2067
|
* Events that start before `toLocalDate` but end after it are included in the
|
|
2068
2068
|
* results. Must be later than `fromLocalDate`.
|
|
@@ -2753,7 +2753,7 @@ interface ListEventsByContactIdOptions {
|
|
|
2753
2753
|
/**
|
|
2754
2754
|
* Local start date and time from which events are returned in
|
|
2755
2755
|
* [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format. For example,
|
|
2756
|
-
* `2024-01-30T13:30:00`.
|
|
2756
|
+
* `2024-01-30T13:30:00`. Required if `cursorPaging` isn't provided.
|
|
2757
2757
|
*
|
|
2758
2758
|
* Events that start before the `fromLocalDate` but end after it are included in
|
|
2759
2759
|
* the results. Must be earlier than `toLocalDate`.
|
|
@@ -2763,7 +2763,7 @@ interface ListEventsByContactIdOptions {
|
|
|
2763
2763
|
* Local end date and time up to which events are returned in
|
|
2764
2764
|
* [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format. For example,
|
|
2765
2765
|
* `2024-01-30T13:30:00`. Can't be more than a full year after
|
|
2766
|
-
* `
|
|
2766
|
+
* `2024-01-30T13:30:00`. Required if `cursorPaging` isn't provided.
|
|
2767
2767
|
*
|
|
2768
2768
|
* Events that start before `toLocalDate` but end after it are included in the
|
|
2769
2769
|
* results. Must be later than `fromLocalDate`.
|
|
@@ -2789,7 +2789,7 @@ interface ListEventsByMemberIdOptions {
|
|
|
2789
2789
|
/**
|
|
2790
2790
|
* Local start date and time from which events are returned in
|
|
2791
2791
|
* [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format. For example,
|
|
2792
|
-
* `2024-01-30T13:30:00`.
|
|
2792
|
+
* `2024-01-30T13:30:00`. Required if neither `cursorPaging` is provided nor a non-empty `eventIds` array.
|
|
2793
2793
|
*
|
|
2794
2794
|
* Events that start before the `fromLocalDate` but end after it are included in
|
|
2795
2795
|
* the results. Must be earlier than `toLocalDate`.
|
|
@@ -2799,7 +2799,7 @@ interface ListEventsByMemberIdOptions {
|
|
|
2799
2799
|
* Local end date and time up to which events are returned in
|
|
2800
2800
|
* [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format. For example,
|
|
2801
2801
|
* `2024-01-30T13:30:00`. Can't be more than a full year after
|
|
2802
|
-
* `fromLocalDate`.
|
|
2802
|
+
* `fromLocalDate`. Required if neither `cursorPaging` is provided nor a non-empty `eventIds` array.
|
|
2803
2803
|
*
|
|
2804
2804
|
* Events that start before `toLocalDate` but end after it are included in the
|
|
2805
2805
|
* results. Must be later than `fromLocalDate`.
|
|
@@ -3453,17 +3453,20 @@ interface Event {
|
|
|
3453
3453
|
remainingCapacity?: number | null;
|
|
3454
3454
|
/**
|
|
3455
3455
|
* Information about the event's participants.
|
|
3456
|
+
* Returned only if explicitly requested. For more details, see the [permissions article](https://dev.wix.com/docs/rest/business-management/calendar/permissions#retrieve-personal-information).
|
|
3456
3457
|
* @readonly
|
|
3457
3458
|
*/
|
|
3458
3459
|
participants?: Participants;
|
|
3459
3460
|
/**
|
|
3460
|
-
* Information about the event's online conferencing
|
|
3461
|
+
* Information about the event's online conferencing.
|
|
3462
|
+
* Returned only if explicitly requested. For more details, see the [permissions article](https://dev.wix.com/docs/rest/business-management/calendar/permissions#retrieve-personal-information).
|
|
3461
3463
|
*
|
|
3462
3464
|
* Default: `defaultConferencingDetails` of the [schedule](https://dev.wix.com/docs/rest/business-management/calendar/schedules-v3/schedule-object) the event belongs to
|
|
3463
3465
|
*/
|
|
3464
3466
|
conferencingDetails?: ConferencingDetails$1;
|
|
3465
3467
|
/**
|
|
3466
3468
|
* Additional notes about the event.
|
|
3469
|
+
* Returned only if explicitly requested. For more details, see the [permissions article](https://dev.wix.com/docs/rest/business-management/calendar/permissions#retrieve-personal-information).
|
|
3467
3470
|
*
|
|
3468
3471
|
* Min: 1 character
|
|
3469
3472
|
* Max: 5000 characters
|
|
@@ -4867,6 +4870,7 @@ interface Schedule {
|
|
|
4867
4870
|
/**
|
|
4868
4871
|
* Default `conferencingDetails` for [events](https://dev.wix.com/docs/rest/business-management/calendar/events-v3/event-object)
|
|
4869
4872
|
* that are added to the schedule.
|
|
4873
|
+
* Returned only if explicitly requested. For more details, see the [permissions article](https://dev.wix.com/docs/rest/business-management/calendar/permissions#retrieve-personal-information).
|
|
4870
4874
|
*/
|
|
4871
4875
|
defaultConferencingDetails?: ConferencingDetails;
|
|
4872
4876
|
/**
|
|
@@ -6149,6 +6153,7 @@ interface UpdateSchedule {
|
|
|
6149
6153
|
/**
|
|
6150
6154
|
* Default `conferencingDetails` for [events](https://dev.wix.com/docs/rest/business-management/calendar/events-v3/event-object)
|
|
6151
6155
|
* that are added to the schedule.
|
|
6156
|
+
* Returned only if explicitly requested. For more details, see the [permissions article](https://dev.wix.com/docs/rest/business-management/calendar/permissions#retrieve-personal-information).
|
|
6152
6157
|
*/
|
|
6153
6158
|
defaultConferencingDetails?: ConferencingDetails;
|
|
6154
6159
|
/**
|
|
@@ -1041,7 +1041,7 @@ interface ListEventsByContactIdRequest$1 {
|
|
|
1041
1041
|
/**
|
|
1042
1042
|
* Local start date and time from which events are returned in
|
|
1043
1043
|
* [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format. For example,
|
|
1044
|
-
* `2024-01-30T13:30:00`.
|
|
1044
|
+
* `2024-01-30T13:30:00`. Required if `cursorPaging` isn't provided.
|
|
1045
1045
|
*
|
|
1046
1046
|
* Events that start before the `fromLocalDate` but end after it are included in
|
|
1047
1047
|
* the results. Must be earlier than `toLocalDate`.
|
|
@@ -1051,7 +1051,7 @@ interface ListEventsByContactIdRequest$1 {
|
|
|
1051
1051
|
* Local end date and time up to which events are returned in
|
|
1052
1052
|
* [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format. For example,
|
|
1053
1053
|
* `2024-01-30T13:30:00`. Can't be more than a full year after
|
|
1054
|
-
* `
|
|
1054
|
+
* `2024-01-30T13:30:00`. Required if `cursorPaging` isn't provided.
|
|
1055
1055
|
*
|
|
1056
1056
|
* Events that start before `toLocalDate` but end after it are included in the
|
|
1057
1057
|
* results. Must be later than `fromLocalDate`.
|
|
@@ -1125,7 +1125,7 @@ interface ListEventsByMemberIdRequest$1 {
|
|
|
1125
1125
|
/**
|
|
1126
1126
|
* Local start date and time from which events are returned in
|
|
1127
1127
|
* [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format. For example,
|
|
1128
|
-
* `2024-01-30T13:30:00`.
|
|
1128
|
+
* `2024-01-30T13:30:00`. Required if neither `cursorPaging` is provided nor a non-empty `eventIds` array.
|
|
1129
1129
|
*
|
|
1130
1130
|
* Events that start before the `fromLocalDate` but end after it are included in
|
|
1131
1131
|
* the results. Must be earlier than `toLocalDate`.
|
|
@@ -1135,7 +1135,7 @@ interface ListEventsByMemberIdRequest$1 {
|
|
|
1135
1135
|
* Local end date and time up to which events are returned in
|
|
1136
1136
|
* [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format. For example,
|
|
1137
1137
|
* `2024-01-30T13:30:00`. Can't be more than a full year after
|
|
1138
|
-
* `fromLocalDate`.
|
|
1138
|
+
* `fromLocalDate`. Required if neither `cursorPaging` is provided nor a non-empty `eventIds` array.
|
|
1139
1139
|
*
|
|
1140
1140
|
* Events that start before `toLocalDate` but end after it are included in the
|
|
1141
1141
|
* results. Must be later than `fromLocalDate`.
|
|
@@ -2311,7 +2311,7 @@ interface ListEventsByContactIdRequest {
|
|
|
2311
2311
|
/**
|
|
2312
2312
|
* Local start date and time from which events are returned in
|
|
2313
2313
|
* [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format. For example,
|
|
2314
|
-
* `2024-01-30T13:30:00`.
|
|
2314
|
+
* `2024-01-30T13:30:00`. Required if `cursorPaging` isn't provided.
|
|
2315
2315
|
*
|
|
2316
2316
|
* Events that start before the `fromLocalDate` but end after it are included in
|
|
2317
2317
|
* the results. Must be earlier than `toLocalDate`.
|
|
@@ -2321,7 +2321,7 @@ interface ListEventsByContactIdRequest {
|
|
|
2321
2321
|
* Local end date and time up to which events are returned in
|
|
2322
2322
|
* [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format. For example,
|
|
2323
2323
|
* `2024-01-30T13:30:00`. Can't be more than a full year after
|
|
2324
|
-
* `
|
|
2324
|
+
* `2024-01-30T13:30:00`. Required if `cursorPaging` isn't provided.
|
|
2325
2325
|
*
|
|
2326
2326
|
* Events that start before `toLocalDate` but end after it are included in the
|
|
2327
2327
|
* results. Must be later than `fromLocalDate`.
|
|
@@ -2395,7 +2395,7 @@ interface ListEventsByMemberIdRequest {
|
|
|
2395
2395
|
/**
|
|
2396
2396
|
* Local start date and time from which events are returned in
|
|
2397
2397
|
* [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format. For example,
|
|
2398
|
-
* `2024-01-30T13:30:00`.
|
|
2398
|
+
* `2024-01-30T13:30:00`. Required if neither `cursorPaging` is provided nor a non-empty `eventIds` array.
|
|
2399
2399
|
*
|
|
2400
2400
|
* Events that start before the `fromLocalDate` but end after it are included in
|
|
2401
2401
|
* the results. Must be earlier than `toLocalDate`.
|
|
@@ -2405,7 +2405,7 @@ interface ListEventsByMemberIdRequest {
|
|
|
2405
2405
|
* Local end date and time up to which events are returned in
|
|
2406
2406
|
* [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format. For example,
|
|
2407
2407
|
* `2024-01-30T13:30:00`. Can't be more than a full year after
|
|
2408
|
-
* `fromLocalDate`.
|
|
2408
|
+
* `fromLocalDate`. Required if neither `cursorPaging` is provided nor a non-empty `eventIds` array.
|
|
2409
2409
|
*
|
|
2410
2410
|
* Events that start before `toLocalDate` but end after it are included in the
|
|
2411
2411
|
* results. Must be later than `fromLocalDate`.
|
|
@@ -3237,6 +3237,7 @@ interface Schedule$1 {
|
|
|
3237
3237
|
/**
|
|
3238
3238
|
* Default `conferencingDetails` for [events](https://dev.wix.com/docs/rest/business-management/calendar/events-v3/event-object)
|
|
3239
3239
|
* that are added to the schedule.
|
|
3240
|
+
* Returned only if explicitly requested. For more details, see the [permissions article](https://dev.wix.com/docs/rest/business-management/calendar/permissions#retrieve-personal-information).
|
|
3240
3241
|
*/
|
|
3241
3242
|
defaultConferencingDetails?: ConferencingDetails$1;
|
|
3242
3243
|
/**
|
|
@@ -3697,6 +3698,7 @@ interface Schedule {
|
|
|
3697
3698
|
/**
|
|
3698
3699
|
* Default `conferencingDetails` for [events](https://dev.wix.com/docs/rest/business-management/calendar/events-v3/event-object)
|
|
3699
3700
|
* that are added to the schedule.
|
|
3701
|
+
* Returned only if explicitly requested. For more details, see the [permissions article](https://dev.wix.com/docs/rest/business-management/calendar/permissions#retrieve-personal-information).
|
|
3700
3702
|
*/
|
|
3701
3703
|
defaultConferencingDetails?: ConferencingDetails;
|
|
3702
3704
|
/**
|