Calendar event_start variable number?
Moderator: Martin
Calendar event_start variable number?
Hi, in calendar trigger when I recall the time supplied variables (exmp. {event_start}) it appear like a long numeric code instead of a time format (hh:mm) why? Thanks
-
- Posts: 38
- Joined: 06 Sep 2017 06:59
Re: Calendar event_start variable number?
Try {event_start, dateformat, HH:mm:ss}
Re: Calendar event_start variable number?
The reason is that each date/time internally is represented as the number of milliseconds since 01.01.1970. The dateformat is used to tell how you want to see it. Also check out the documentation: http://automagic4android.com/automagic/ ... terns.html
Regards,
Martin
Regards,
Martin
Re: Calendar event_start variable number?
Thanks to all, it works.
I needed it because sometimes calendar app doesn't notify so I set a flow to notify me the events anyway
I needed it because sometimes calendar app doesn't notify so I set a flow to notify me the events anyway