Abstract
Static
presentUse presentEventCreatingDialog to open a calendar for the add calendar event. Permissions#calendar Permisson is required for iOS to access native Calender app.
import CalendarEvent from '@smartface/native/device/calendarevent';
CalendarEvent.presentEventCreatingDialog({
title: "Event Title",
description: "Event Description",
location: "Ankara, Etimesgut, Türkiye",
startDate: "2023-05-26T07:10:42.616+03:00",
endDate: "2023-05-26T13:30:42.616+03:00",
allDay: false,
});
presentEventCreatingDialog
5.1.4
Generated using TypeDoc
Since
5.1.4
This class provides access to calendar events.
Example