{{#set_recurring_event:some            
 |property=has date          
 |Has page=Recurring events
 |Has text=Simple recurring events text
 |start=June 8, 2010                                     
 |unit=day                             
 |period=1             
 |limit=10      
 |duration=7200
 |include=March 16, 2010;March 23, 2010|+sep=;
 |exclude=March 15, 2010;March 22, 2010|+sep=;
}}

Example query

{{#ask: [[Has page::Recurring events]]
 |?Has date
 |limit=5
 |format=broadtable
}}
 Has date
Recurring events17 June 2010
Recurring events18 June 2010
Recurring events16 June 2010
Recurring events15 June 2010
Recurring events14 June 2010
... further results

In case the format=eventcalendar is available then the results will be as displayed as calendar otherwise a simple table is used.

{{#ask: [[Has page::Recurring events]]
 |?Has text
 |?Has date
 |limit=5
 |format=eventcalendar
 |start=latest
}}