Owais ul wara

Results 1 issues of Owais ul wara

Code: ``` { AddCalendarEvent.presentEventCreatingDialog({ location: "ABC Venue", title: "Event Reservation", startDate: new Date().toISOString(), endDate: new Date( (Date.now + 60 * 60 * 2) * 1000 ).toISOString() }) .then(e => console.log(e))...