Page 1 of 1

Calendar on Z-Way

Posted: 07 Aug 2014 21:54
by jfadel
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

Re: Calendar on Z-Way

Posted: 07 Aug 2014 23:14
by pofs
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.