[wp-meta] [Making WordPress.org] #4637: WP Events Dashboard widget could be improved for multi-days events
Making WordPress.org
noreply at wordpress.org
Tue Jul 30 04:32:08 UTC 2019
#4637: WP Events Dashboard widget could be improved for multi-days events
-------------------------+---------------------
Reporter: imath | Owner: (none)
Type: enhancement | Status: new
Priority: normal | Milestone:
Component: API | Resolution:
Keywords: has-patch |
-------------------------+---------------------
Comment (by dd32):
Just to confirm, we do store a `end_date` field for the `wporg_events`
table and fill it correctly according to the WordCamp data-source, for
example for WordCamp Brisbane (A 2 day event) the Database table looks
like this: `{... "date_utc": "2019-08-24 00:00:00", "date_utc_offset":
null, "end_date": "2019-08-25 00:00:00", ...}`
Adding the `end_date` field to the response (as done in
[attachment:"4637.patch"]), or perhaps a `dates` field instead is
possible, but you'll then need to raise a core ticket to actually use that
data and work out a UI.
For others, the API responsible is here:
https://meta.trac.wordpress.org/browser/sites/trunk/api.wordpress.org/public_html/events/1.0/index.php
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/4637#comment:3>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list