You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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...
}
Thanks
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: