You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: