Skip to content

How can I make the future events to show? #27

Closed Answered by eouia
azegas asked this question in Q&A
Discussion options

You must be logged in to vote
  1. broadcastPastEvents: false, maximumEntries: 10

    Only future events will be shown.

  2. broadcastPastEvents: true, maximumEntries: 10

    Nothing is shown because old events would consume all ten quotas.

  3. broadcastPastEvents: true, maximumEntries: 100

    Now some old events are displayed as usual because quotas are enough (maximumEntries: 100)

  4. broadcastPastEvents: true, maximumEntries: 10, maximumNumberOfDays: 14

    Events over 14 days ago are not showing.

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@azegas
Comment options

@eouia
Comment options

Answer selected by azegas
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants