This is a migrated thread and some comments may be shown as answers.

SchedulerResult with InsertAppointment

1 Answer 70 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Anthony
Top achievements
Rank 1
Anthony asked on 28 Sep 2010, 11:18 PM

We would like to pass custom data back from a RadScheduler WebService call. We have managed to do this with SchedulerResult in the GetAppointments call. However, we would also like to do this with the InsertAppointment call, but we are getting an error.

public

 

SchedulerResult InsertAppointment(SchoolCalendarInfo schedulerInfo, AppointmentData appointmentData)

 

{

 

 SchedulerResult result = null;

 

 

 result = new SchedulerResult();

 

 result.Appointments = Controller.InsertAppointment<

AppointmentData>(schedulerInfo, appointmentData);

 

 result.Code = 2;

}

 

 

return result;

 

}

The error is "Unknown web method InsertAppointment".

Can this be done? If it can, what is wrong with our setup?

 

1 Answer, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 02 Oct 2010, 08:11 AM
Hello Anthony,

Please, review this related forum thread.


Greetings,
Peter
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Scheduler
Asked by
Anthony
Top achievements
Rank 1
Answers by
Peter
Telerik team
Share this question
or