Calendar: Difference between revisions
Jump to navigation
Jump to search
Created page with "{ "wiki": { "type": "schema", "uuid": "6897a77333e44", "name": "Calendar", "description": "https://github.com/vkurko/calendar" }, "properties": { "events": { "wiki": { "name": "events", "unique-items": false, "type": "schema", "uuid": "6897c535233a1" }, "items": { "type": "object", "wiki": { "name": "event", "type": "schema", "uuid": "6897b2e7c20ea", "layout": "section", "visibility": "visible" },..." |
No edit summary |
||
(5 intermediate revisions by the same user not shown) | |||
Line 4: | Line 4: | ||
"uuid": "6897a77333e44", | "uuid": "6897a77333e44", | ||
"name": "Calendar", | "name": "Calendar", | ||
"description": "https://github.com/vkurko/calendar" | "description": "See https://github.com/vkurko/calendar" | ||
}, | }, | ||
"properties": { | "properties": { | ||
Line 10: | Line 10: | ||
"wiki": { | "wiki": { | ||
"name": "events", | "name": "events", | ||
"min-items": 1, | |||
"unique-items": false, | "unique-items": false, | ||
"type": "schema", | "type": "schema", | ||
"uuid": " | "uuid": "689d20e37f6a3" | ||
}, | }, | ||
"items": { | "items": { | ||
Line 19: | Line 20: | ||
"name": "event", | "name": "event", | ||
"type": "schema", | "type": "schema", | ||
"uuid": " | "uuid": "689c83f5d652f", | ||
"title": "event", | |||
"layout": "section", | "layout": "section", | ||
"visibility": "visible" | "visibility": "visible" | ||
Line 26: | Line 28: | ||
"title": { | "title": { | ||
"wiki": { | "wiki": { | ||
"type": "property", | |||
"uuid": "6897b2e7c20ed", | |||
"name": "title", | "name": "title", | ||
" | "visibility": "visible", | ||
"label": "title", | "label": "title", | ||
"help-message": "The text that will appear on the event", | "help-message": "The text that will appear on the event", | ||
" | "multiple-items": false, | ||
"preferred-input": "OO.ui.TextInputWidget", | "preferred-input": "OO.ui.TextInputWidget", | ||
"input-config": [], | "input-config": [], | ||
"required": | "required": true | ||
}, | }, | ||
"type": "string", | "type": "string", | ||
Line 44: | Line 46: | ||
"start": { | "start": { | ||
"wiki": { | "wiki": { | ||
"type": "property", | |||
"uuid": "6897b2e7c20ef", | |||
"name": "start", | "name": "start", | ||
" | "visibility": "visible", | ||
"label": "start", | |||
"multiple-items": false, | "multiple-items": false, | ||
"preferred-input": "mw.widgets.datetime.DateTimeInputWidget", | "preferred-input": "mw.widgets.datetime.DateTimeInputWidget", | ||
"input-config": [], | "input-config": [], | ||
"required": | "required": true | ||
}, | }, | ||
"type": "string", | "type": "string", | ||
Line 60: | Line 62: | ||
"end": { | "end": { | ||
"wiki": { | "wiki": { | ||
"type": "property", | |||
"uuid": "6897b2e7c20f0", | |||
"name": "end", | "name": "end", | ||
"visibility": "visible", | |||
"label": "end", | |||
"multiple-items": false, | |||
"preferred-input": "mw.widgets.datetime.DateTimeInputWidget", | |||
"input-config": [], | |||
"required": true | |||
}, | |||
"type": "string", | |||
"format": "datetime", | |||
"title": "end" | |||
}, | |||
"url": { | |||
"wiki": { | |||
"name": "url", | |||
"type": "property", | "type": "property", | ||
"multiple-items": false, | "multiple-items": false, | ||
"label": " | "label": "url", | ||
"visibility": "visible", | "visibility": "visible", | ||
"preferred-input": " | "preferred-input": "OO.ui.TextInputWidget (url)", | ||
"input-config": [], | "input-config": [], | ||
"required": false, | "required": false, | ||
"uuid": " | "uuid": "6897b2e7c20f2" | ||
}, | }, | ||
"type": "string", | "type": "string", | ||
"format": " | "format": "url", | ||
"title": " | "title": "url" | ||
}, | }, | ||
"allDay": { | "allDay": { | ||
Line 91: | Line 109: | ||
"description": "Determines if the event is shown in the all-day slot" | "description": "Determines if the event is shown in the all-day slot" | ||
}, | }, | ||
" | "display": { | ||
"wiki": { | "wiki": { | ||
"name": " | "name": "display", | ||
"type": "property", | "type": "property", | ||
"multiple-items": false, | "multiple-items": false, | ||
"label": " | "label": "display", | ||
"help-message": "The rendering type of the event", | |||
"default": "auto", | |||
"uuid": "6897b2e7c20fb", | |||
"visibility": "visible", | "visibility": "visible", | ||
"preferred-input": "OO.ui. | "preferred-input": "OO.ui.DropdownInputWidget", | ||
"input-config": [], | "input-config": [], | ||
"options-allow-null": false, | |||
"required": false, | "required": false, | ||
" | "options-values-parsed": { | ||
"auto": "auto", | |||
"background": "background" | |||
} | |||
}, | }, | ||
"type": "string", | "type": "string", | ||
"format": " | "format": "text", | ||
"title": " | "title": "display", | ||
"description": "The rendering type of the event", | |||
"default": "auto", | |||
"enum": [ | |||
"auto", | |||
"background" | |||
] | |||
}, | }, | ||
" | "resources": { | ||
"wiki": { | "wiki": { | ||
"name": " | "name": "resources", | ||
"unique-items": | "unique-items": false, | ||
"type": "schema", | "type": "schema", | ||
"uuid": " | "uuid": "689c801d3f887" | ||
}, | }, | ||
"items": { | "items": { | ||
"type": "string", | "type": "string", | ||
"wiki": { | "wiki": { | ||
"name": " | "name": "resourceIds", | ||
"type": "property", | "type": "property", | ||
"multiple-items": true, | "multiple-items": true, | ||
"label": " | "label": "resources", | ||
"help-message": "Resources associated to this event (eg. conference room, class-room a, ...)", | |||
"default": [], | |||
"visibility": "visible", | "visibility": "visible", | ||
"preferred-input": "OO.ui. | "preferred-input": "OO.ui.MenuTagMultiselectWidget", | ||
"input-config": [], | "input-config": [], | ||
"options-allow-null": false, | |||
"required": false, | "required": false, | ||
"uuid": " | "uuid": "689c801d3f888", | ||
"options-values-parsed": { | |||
"room a": "room a", | |||
"room b": "room b", | |||
"room c": "room c" | |||
}, | |||
"layout": "table" | |||
}, | }, | ||
"format": "text", | "format": "text", | ||
"title": " | "title": "resources", | ||
"description": "Resources associated to this event (eg. conference room, class-room a, ...)", | |||
"default": [], | |||
"enum": [ | |||
"room a", | |||
"room b", | |||
"room c" | |||
] | |||
}, | }, | ||
"type": "array", | "type": "array", | ||
"uniqueItems | "uniqueItems": false | ||
}, | }, | ||
"backgroundColor": { | "backgroundColor": { | ||
Line 226: | Line 228: | ||
"title": "textColor" | "title": "textColor" | ||
}, | }, | ||
" | "classNames": { | ||
"wiki": { | "wiki": { | ||
"name": " | "name": "classNames", | ||
"unique-items": true, | |||
"unique-items": | |||
"type": "schema", | "type": "schema", | ||
"uuid": " | "uuid": "6897b2e7c20f3" | ||
}, | }, | ||
"items": { | "items": { | ||
"type": "string", | "type": "string", | ||
"wiki": { | "wiki": { | ||
"name": " | "name": "classNames", | ||
"type": "property", | "type": "property", | ||
"multiple-items": true, | "multiple-items": true, | ||
"label": " | "label": "classNames", | ||
"visibility": "visible", | "visibility": "visible", | ||
"preferred-input": "OO.ui. | "preferred-input": "OO.ui.TagMultiselectWidget", | ||
"input-config": [], | "input-config": [], | ||
"required": false, | "required": false, | ||
"uuid": " | "uuid": "6897b2e7c20f4", | ||
" | "layout": "table" | ||
}, | }, | ||
"format": "text", | "format": "text", | ||
"title": " | "title": "classNames" | ||
}, | }, | ||
"type": "array", | "type": "array", | ||
"uniqueItems": | "uniqueItems": true | ||
}, | }, | ||
"style": { | "style": { | ||
Line 303: | Line 271: | ||
"title": "style" | "title": "style" | ||
} | } | ||
} | }, | ||
"required": [ | |||
"title", | |||
"start", | |||
"end" | |||
], | |||
"title": "event" | |||
}, | }, | ||
"type": "array", | "type": "array", | ||
"minItems": 1, | |||
"uniqueItems": false | "uniqueItems": false | ||
} | } | ||
}, | }, | ||
"type": "object", | "type": "object", | ||
"description": "\u003Ca rel=\"nofollow\" class=\"external free\" href=\"https://github.com/vkurko/calendar\"\u003Ehttps://github.com/vkurko/calendar\u003C/a\u003E" | "description": "See \u003Ca rel=\"nofollow\" class=\"external free\" target=\"_blank\" href=\"https://github.com/vkurko/calendar\"\u003Ehttps://github.com/vkurko/calendar\u003C/a\u003E" | ||
} | } |
Latest revision as of 23:33, 13 August 2025
wiki |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
properties |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | "object" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
description | "See <a rel="nofollow" class="external free" target="_blank" href="https://github.com/vkurko/calendar">https://github.com/vkurko/calendar</a>" |