At the moment it is possible to add an entry that repeats every [Daily, Weekly, BiWeekly, Monthly, Yearly]
But on some occasions, it is just necessary to show the options [Daily, Weekly], or anything that the custom config says.
It would be a great feature for example, just add a json file with that config ?
{
"repeatType": [
"daily",
"weekly",
],
... possible more custom options...
}
At the moment it is possible to add an entry that repeats every [Daily, Weekly, BiWeekly, Monthly, Yearly] But on some occasions, it is just necessary to show the options [Daily, Weekly], or anything that the custom config says.
It would be a great feature for example, just add a json file with that config ?
Thanks