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
Copy file name to clipboardExpand all lines: docs/CalendarApi.md
+104Lines changed: 104 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,7 @@ All URIs are relative to *https://api.vrchat.cloud/api/1*
13
13
|[**GetGroupCalendarEvent**](CalendarApi.md#getgroupcalendarevent)|**GET** /calendar/{groupId}/{calendarId} | Get a calendar event |
14
14
|[**GetGroupCalendarEventICS**](CalendarApi.md#getgroupcalendareventics)|**GET** /calendar/{groupId}/{calendarId}.ics | Download calendar event as ICS |
15
15
|[**GetGroupCalendarEvents**](CalendarApi.md#getgroupcalendarevents)|**GET** /calendar/{groupId} | List a group's calendar events |
16
+
|[**SearchCalendarEvents**](CalendarApi.md#searchcalendarevents)|**GET** /calendar/search | Search for calendar events |
16
17
|[**UpdateGroupCalendarEvent**](CalendarApi.md#updategroupcalendarevent)|**PUT** /calendar/{groupId}/{calendarId}/event | Update a calendar event |
17
18
18
19
<aname="creategroupcalendarevent"></a>
@@ -906,6 +907,109 @@ catch (ApiException e)
906
907
-**Accept**: application/json
907
908
908
909
910
+
### HTTP response details
911
+
| Status code | Description | Response headers |
912
+
|-------------|-------------|------------------|
913
+
|**200**| Returns a list of CalendarEvent objects. | - |
914
+
|**401**| Error response due to missing auth cookie. | - |
915
+
916
+
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
**TravelingToWorld** | **string** | WorldID be \"offline\" on User profiles if you are not friends with that user. | [optional]
20
+
**TravelingToWorld** | **string** | Represents a unique location, consisting of a world identifier and an instance identifier, or \"offline\" if the user is not on your friends list. | [optional]
21
21
**UserIcon** | **string** | | [optional]
22
22
**World** | **string** | WorldID be \"offline\" on User profiles if you are not friends with that user. | [optional]
**UserId** | **string** | A users unique ID, usually in the form of `usr_c1644b5b-3ca4-45b4-97c6-a2a0de70d469`. Legacy players can have old IDs in the form of `8JoV9XEdpo`. The ID can never be changed. |
13
+
14
+
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
0 commit comments