5.1.4
This class provides access to calendar events.
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, });
Generated using TypeDoc
Since
5.1.4
This class provides access to calendar events.
Example