If I try to set the RecurrenceRule through the API, the rule is created, but the email is never sent.
This is an example of the JSON
{
"Name": "8",
"Enabled": true,
"ReportId": "155724-8c3f",
"DocumentFormat": "PDF",
"StartDate": "2018-01-24T18:10:00",
"RecurrenceRule": "FREQ=Daily;COUNT=0",
"Parameters": {},
"MailSubject": "Telerik Report Server - Task Scheduler notification",
"MailBody": "foo",
"ExternalEmails": [
],
"SubscriberIds": [
"a56e2f86500b4ae0953f925e6c047fad"
],
"UserId": "a56e2f86500b4ae0953f925e6c047fad"
}