Calendar
a Object & Element in JSON
A representation of an event
Properties
Key | Description | Type | Validations | Required |
---|---|---|---|---|
dtstart | Event starting time | String | yes | |
dtend | Event ending time | String | no | |
summary | - | String | yes | |
location | - | String | no | |
url | - | String | no | |
duration | Event duration | String | no | |
rdate | Recurrence date | String | no | |
rrule | Recurrence rule | String | no | |
category | - | String | no | |
description | - | String | no | |
geo | A geographical coordinate | Geo (= Object) | no |
JSON Example
{
"dtstart" : "string",
"dtend" : "string",
"summary" : "string",
"location" : "string",
"url" : "string",
"duration" : "string",
"rdate" : "string",
"rrule" : "string",
"category" : "string",
"description" : "string",
"geo" : {
"latitude" : 0,
"longitude" : 0
}
}
Meta
- URI / COID
- coid://json.co-n.net/Calendar content_copy
- Revision
- 2-99c1660153cc14a08c907c95e8e413e3 content_copy
- Short ID
- json:Calendar content_copy
- Reference URL
- https://coid.link/json.co-n.net/Calendar content_copy
- Last updated
- 2020-11-02 19:32 (UTC)
- Created at
- 2020-11-02 19:32 (UTC)
Objects in this namespace
- JSON
- Address
- Array
- Boolean
- Calendar
- Card
- Element
- ElementWithSchema
- Geo
- Integer
- Null
- Number
- Object
- Problem
- Reference
- SchemaConverter
- SchemaExporter
- SchemaYamlExporter
- String
- allowsValue
- containsItems
- hasDefaultValue
- hasFormat
- hasKey
- hasMaxItems
- hasMaxLength
- hasMaximum
- hasMinItems
- hasMinLength
- hasMinimum
- hasPattern
- hasProperty
- hasSchema
- isAllOf
- isAnyOf
- isMaximumExclusive
- isMinimumExclusive
- isMultipleOf
- isOneOf
- isRequired