Question on Query Content Provider

Post your questions and help other users.

Moderator: Martin

Post Reply
qwertz
Posts: 25
Joined: 14 Oct 2015 07:37

Question on Query Content Provider

Post by qwertz » 13 Jul 2016 08:47

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 :-)

qwertz
Posts: 25
Joined: 14 Oct 2015 07:37

Re: Question on Query Content Provider

Post by qwertz » 14 Jul 2016 08:05

Never mind, got it sorted myself :-)

Post Reply