Calendar: Difference between revisions
Jump to navigation
Jump to search
Created page with "{{#visualdataform: Calendar |title = edit events |action = edit |edit-page = {{FULLPAGENAME}} |return-page = |view = popup |popup-size = medium |css-class = |pagename-formula = |edit-freetext = true |edit-categories = false |edit-content-model = false |edit-target-slot = false |target-slot = jsondata |default-categories = |default-content-model = wikitext |preload= |preload-data= |layout-align = top |popup-help = false |layout = tabs |submit-button-text = |validate..." Tag: 2017 source edit |
VisualData update |
||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{#visualdataform: Calendar | Schema: [[VisualDataSchema:Calendar]] | ||
{{#visualdataform: Calendar | |||
|title = edit events | |title = edit events | ||
|action = edit | |action = edit | ||
Line 26: | Line 29: | ||
}} | }} | ||
{{#visualdataquery: [[events/start::+]] | <pre> | ||
{{#visualdataquery: [[{{FULLPAGENAME}}]] [[events/start::+]] | |||
|format=calendar | |||
|schema=Calendar | |||
}} | |||
</pre> | |||
{{#visualdataquery: [[{{FULLPAGENAME}}]] [[events/start::+]] | |||
|format=calendar | |format=calendar | ||
|schema=Calendar | |schema=Calendar | ||
}} | }} | ||
jsondata | |||
---|---|---|---|
Line 1: | Line 1: | ||
{} | { | ||
"schemas": { | |||
"Calendar": { | |||
"events": [ | |||
{ | |||
"title": "Event a", | |||
"start": "2025-08-11T07:00:00.000+0000", | |||
"end": "2025-08-11T08:30:00.000+0000", | |||
"allDay": false, | |||
"url": null, | |||
"classNames": [], | |||
"editable": false, | |||
"startEditable": false, | |||
"durationEditable": false, | |||
"backgroundColor": "", | |||
"borderColor": "", | |||
"textColor": "", | |||
"display": "background", | |||
"resourceIds": [], | |||
"style": "" | |||
} | |||
] | |||
} | |||
}, | |||
"schemas-data": [] | |||
} |
Latest revision as of 23:34, 10 August 2025
Schema: VisualDataSchema:Calendar
form is loading...
{{#visualdataquery: [[{{FULLPAGENAME}}]] [[events/start::+]] |format=calendar |schema=Calendar }}