You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-11-27 22:18:36 +02:00
13 lines
367 B
Plaintext
Vendored
13 lines
367 B
Plaintext
Vendored
{
|
|
"type": "<calendar type: user, group)>",
|
|
"ownerId": "<owner identifier>",
|
|
"name": "<calendars name>",
|
|
"description": "<calendar description>",
|
|
"color": "<calendar color>",
|
|
"text_color": "<calendar text color>",
|
|
"export": {
|
|
"ALLOW": "<calendar export permission (bool)>",
|
|
"SET": "<export period: all, 3_9 (example: 3 months before and 9 after)>"
|
|
}
|
|
}
|