Post your questions and help other users.
Moderator: Martin
-
miecio08
- Posts: 1
- Joined: 29 Jun 2015 09:06
Post
by miecio08 » 29 Jun 2015 09:21
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

-
Martin
- Posts: 4468
- Joined: 09 Nov 2012 14:23
Post
by Martin » 30 Jun 2015 19:32
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