You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm trying to create a new calendar event using Appointment. When I try to assign my service to an appointment got "Expected 0 arguments, but got 1"
Hi,
I'm trying to create a new calendar event using Appointment. When I try to assign my service to an appointment got "Expected 0 arguments, but got 1"
const appointment = new ews.Appointment(this.ewsService);
appointment.Subject = eventDetails.subject;
appointment.Start = eventDetails.startTime;
appointment.End = eventDetails.dueTime;
The text was updated successfully, but these errors were encountered: