Page 1 of 1

Question on Query Content Provider

Posted: 13 Jul 2016 08:47
by qwertz
Hi all,
I use action Query Content Provider for getting google calendar events for the next three days.
2 questions on this:

1. In Projection I activated "begin" and "title". "begin" is shown as I think milliseconds since 1970.
I know already I can use {variable,dateformat,dd.MM.yyyy HH:mm:ss} to format this "begin" data.
Is it possible to include this dateformat directly in projection part? How to? Or do I have to run some script afterwards?

2. If a script has to be used afterwards how to only format the begin of (multiple) events? Output in text variable looks like this at the moment:
(first row for event1) begin,title
(second row for event2) begin,title

3. In Google calendar there are now reminders added. Can these also be added to the query content provider function?
Right now they don't show up with a "calendar_id"...

Thanks for help and info :-)

Re: Question on Query Content Provider

Posted: 14 Jul 2016 08:05
by qwertz
Never mind, got it sorted myself :-)