add subdir
This commit is contained in:
27
Models/CreateCalendarEventRequest.md
Normal file
27
Models/CreateCalendarEventRequest.md
Normal file
@@ -0,0 +1,27 @@
|
||||
# CreateCalendarEventRequest
|
||||
## Properties
|
||||
|
||||
| Name | Type | Description | Notes |
|
||||
|------------ | ------------- | ------------- | -------------|
|
||||
| **accessType** | **String** | Who the event is for | [default to public] |
|
||||
| **category** | **String** | The activity intended to take place at an event | [default to other] |
|
||||
| **closeInstanceAfterEndMinutes** | **Integer** | | [optional] [default to null] |
|
||||
| **description** | **String** | | [default to null] |
|
||||
| **endsAt** | **Date** | Time the event ends at | [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. | [default to null] |
|
||||
| **startsAt** | **Date** | Time the event starts at | [default to null] |
|
||||
| **tags** | **List** | | [optional] [default to null] |
|
||||
| **title** | **String** | Event title | [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)
|
||||
|
||||
Reference in New Issue
Block a user