@@ -198,7 +198,8 @@ sort="desc"
198198Returns events within a date range.
199199
200200**Parameters:**
201- - ` collection` (optional)
201+ - ` collection` (optional, defaults to 'events')
202+ - ` event` (optional) Pass `id` of the event you want occurrences for
202203- ` from` (optional, defaults to now)
203204- ` to` (required)
204205
@@ -219,6 +220,10 @@ Additional flags:
219220
220221Returns events within a future time window.
221222
223+ **Parameters:**
224+ - ` collection` (optional, defaults to 'events')
225+ - ` event` (optional) Pass `id` of the event you want occurrences for
226+
222227Example :
223228
224229` ` ` antlers
@@ -229,24 +234,29 @@ next="90 days"
229234
230235Returns events occurring today.
231236
232- Optional :
233- - ` ignore_past="true"`
237+ **Parameters:**
238+ - ` collection` (optional, defaults to 'events')
239+ - ` event` (optional) Pass `id` of the event you want occurrences for
240+ - ` ignore_past` (optional, defaults to 'false')
234241
235242# ## events:upcoming
236243
237244Returns the next set of event occurrences.
238245
239246**Parameters:**
240247- ` limit` (required)
241- - ` collection` (optional)
242- - ` event` (optional)
248+ - ` collection` (optional, defaults to 'events' )
249+ - ` event` (optional) Pass `id` of the event you want occurrences for
243250- ` collapse_multi_days` (optional)
244251- ` offset` (optional)
245252
246253# ## events:download_link
247254
248255Generates an ICS download link.
249256
257+ **Parameters:**
258+ - ` date` date get occurrences to download
259+
250260Includes :
251261- ` location`
252262- ` description`
0 commit comments