[wp-meta] [Making WordPress.org] #338: Expand ICS calendar support for WordCamps
Making WordPress.org
noreply at wordpress.org
Thu Feb 13 17:27:55 UTC 2014
#338: Expand ICS calendar support for WordCamps
--------------------------+----------------------------------------
Reporter: iandunn | Owner:
Type: enhancement | Status: new
Priority: low | Component: wordcamp.org
Resolution: | Keywords: needs-patch good-first-bug
--------------------------+----------------------------------------
Comment (by Otto42):
Just wanted to point out that the current calendar code actually does show
all future events, up to a limit of 50 events. The -15 days mark is days
in the past, that query is a greater-than:
{{{
'meta_query' => array( array(
'key' => 'Start Date (YYYY-mm-dd)',
'value' => strtotime( '-15 days' ),
'compare' => '>'
) )
}}}
The current ICS being output shows everything from WordCamp Prague next
Saturday to WordCamp San Francisco in October.
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/338#comment:4>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list