The title, date_start, and date_end are the bare minimum for the widget to be useful. The url gives the widget a location to get details about this particular event, could be used for future plans. The details property is by far the most useful. Since it's an object, it gives the user the ability to bury whatever data they want into each event. They could then extend the widget to utilizes these things.
Need to decide what the structure of the payload for the widget should look like.
Proposed:
Rational:
The
title
,date_start
, anddate_end
are the bare minimum for the widget to be useful. Theurl
gives the widget a location to get details about this particular event, could be used for future plans. Thedetails
property is by far the most useful. Since it's an object, it gives the user the ability to bury whatever data they want into each event. They could then extend the widget to utilizes these things.