'React native. Add data to default calendar

I have react native app. It can create events. I need to open the device's default calendar on click and add event data from my application (name, location, date, and time) to it. So far, I have only found the ability to open the calendar using Linking.openURL('content://com.android.calendar/time/');



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source