incodehq / incode-platform

Combines incode.org modules and isisaddons.org into a single set of modules.
http://platform.incode.org
Apache License 2.0
8 stars 9 forks source link

wkt-fullcalendar2: Support calendar events with a duration #34

Open danhaywood opened 6 years ago

danhaywood commented 6 years ago

from https://github.com/isisaddons-legacy/isis-wicket-fullcalendar2/issues/1

The current implementation only supports instants (i.e. a single point in time). This is great for events like due dates of todo items. It should also provide an interface to visualize timespans (like for appointments). e.g. via start (datetime) + end (datetime) or start (datetime) + duration