Files
VRChatBackendDocs/Models/UpdateCalendarEventRequest.md
ExilProductions aa707d1deb add subdir
2026-02-15 17:39:26 +01:00

27 lines
1.6 KiB
Markdown

# UpdateCalendarEventRequest
## Properties
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
| **category** | **String** | | [optional] [default to null] |
| **closeInstanceAfterEndMinutes** | **Integer** | | [optional] [default to null] |
| **description** | **String** | | [optional] [default to null] |
| **endsAt** | **Date** | Time the vent starts at | [optional] [default to null] |
| **featured** | **Boolean** | | [optional] [default to null] |
| **guestEarlyJoinMinutes** | **Integer** | | [optional] [default to null] |
| **hostEarlyJoinMinutes** | **Integer** | | [optional] [default to null] |
| **imageId** | **String** | | [optional] [default to null] |
| **isDraft** | **Boolean** | | [optional] [default to null] |
| **languages** | **List** | | [optional] [default to null] |
| **parentId** | **String** | | [optional] [default to null] |
| **platforms** | **List** | | [optional] [default to null] |
| **roleIds** | **List** | | [optional] [default to null] |
| **sendCreationNotification** | **Boolean** | Send notification to group members. | [optional] [default to false] |
| **startsAt** | **Date** | Time the vent starts at | [optional] [default to null] |
| **tags** | **List** | | [optional] [default to null] |
| **title** | **String** | Event title | [optional] [default to null] |
| **usesInstanceOverflow** | **Boolean** | | [optional] [default to null] |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)