I'm trying to schedule sending a dashboard through the API: http://docs.gooddata.apiary.io/#reportsanddashboardsbyemail
The parameter for setting how often the emails should be sent has some weird format:
"recurrency": "0:0:0:1*12:0:0",
I would expect it to be a cron expression, never seen this format before. Anyone has an idea what the numbers mean and how to put it together?