Is there a way to Import a Cron Expression for creating triggers in VisualCron? Either through the client or API? Using these types of examples below:
Cron Expression Examples:
Creates Trigger that Fires at 12 pm (noon) every day - 0 0 12 * * ?
Creates Trigger that runs at 10:15 am every day - 0 15 10 * * ?
2:10 pm and at 2:44 pm every Wednesday in the month of March. - 0 10,44 14 ? 3 WED
10:15 am every Monday, Tuesday, Wednesday, Thursday and Friday - 0 15 10 ? * MON-FRI
10:15 am on every last friday of every month during the years 2002, 2003, 2004 and 2005 - 0 15 10 ? * 6L 2002-2005
If VisualCron doesn't support this, we would like to add this to the feature requests.