Accessing Android phone data? Alarm

How can I link my games data with android’s phone data?

I want to make a simple alarm application using Unreal engine 4.
What would be the workflow to get the Android API?

Is it possible to run Java script via unreal engine 4 in android?

For what you need UE4 for that?

I am making a simple interactive 3D game but the Alarm and calendar reminder would be the key feature of the game.

I definitely need UE4 to build the game and a way to access the mobile data to complement my game.

Is it possible to execute java script at all in UE4?

You can find Java (not Javascript, thats 2 diffrent things) portion of the code in in /Engine/Build/Android/Java you could try to edit it as you like. NDK APIs should also nomrally be accessible via C++

Also check first if function you searching for is in GenericPlatform wrappers:

Thanks for the help I will try to build the project from C++ and see how it goes.

And I hope this works too