vrchatapi 1.20.8-nightly.15

VRChat API Client for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# CalendarEventRecurrenceEnd

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**count** | Option<**i32**> | Required for \"afterOccurrences\" - The number of times the event will be scheduled before it stops being scheduled | [optional]
**date** | Option<**String**> | Required for \"afterDate\" - The date and time after which the event will stop being scheduled, **without timezone or offset** | [optional]
**r#type** | [**models::CalendarEventRecurrenceEndType**]CalendarEventRecurrenceEndType.md |  | 

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)