Hi
Is there a way to activate a calendar on Z-Way, I mean to process actions based on dates and times, that are pre-programmed through some sort of calendar as google calendar ?
Thanks
Calendar on Z-Way
Re: Calendar on Z-Way
Well, there's a Cron module in automation. so if you're writing a module, you can use it. Then you setup dates and times in module UI, and they'll run.
Also you can use a system built-in cron, and setup events via config file.
But there's no some external calendar support, if you mean that. External calendar would require both constant synchronization, and some sort of sophisticated parser to understand whatever you've written in the calendar event.
Also you can use a system built-in cron, and setup events via config file.
But there's no some external calendar support, if you mean that. External calendar would require both constant synchronization, and some sort of sophisticated parser to understand whatever you've written in the calendar event.