Calendar: Difference between revisions

From Wikisphere
Jump to navigation Jump to search
No edit summary
Tag: 2017 source edit
No edit summary
Tag: 2017 source edit
Line 1: Line 1:
Schema: [[VisualDataSchema:Calendar]]
VisualData's calendar format is based on [https://github.com/vkurko/calendar EventCalendar] and it supports all its options that are not overridden by some other option. See below for an example.
 
Simply create a schema like [[VisualDataSchema:Calendar]], add events (optionally with resources), query all or some of them with the parserfunction <code>visualdataquery</code> (see below) and navigate the calendar !





Revision as of 12:21, 13 August 2025

VisualData's calendar format is based on EventCalendar and it supports all its options that are not overridden by some other option. See below for an example.

Simply create a schema like VisualDataSchema:Calendar, add events (optionally with resources), query all or some of them with the parserfunction visualdataquery (see below) and navigate the calendar !


Form is loading...
{{#visualdataquery: [[{{FULLPAGENAME}}]] [[events/start::+]]
|format=calendar  
|schema=Calendar
|title-property=title
|start-property=start
|end-property=end
|resources-property=resources
|simple=false
|view=dayGridMonth
}}
Calendar is loading...