Page 1 of 1

calendar events flow

Posted: 29 Jun 2015 09:21
by miecio08
Hi

Is the possibility to set as long I'm at work or at home via phone cell gsm location and send it to the calendar ?


i don't know how to set the end time of the event that was the same as exit of the network cell coverage...

maybe you have some ideas :)

Re: calendar events flow

Posted: 30 Jun 2015 19:32
by Martin
Hi,

You could use a global variable to store the time when you enter a location and create a calendar event when you exit the location.
Something like this could work:

Flow1:
-trigger Phone Cell GSM: Connected...
-action Script: global_start_time = triggertime;

Flow2:
-trigger Phone Cell GSM: Disconnected...
-action Create Calendar Event: global_start_time-triggertime (set Start/End type to Absolute, From to global_start_time and To to triggertime)

Regards,
Martin