The WebScheduleInfo object uses a WebSchedule data provider to connect to a database with WebSchedule data.
But can I uses a WebSchedule data provider to connect to a client side datasource
I want to add appointment like outline
I click the button then save the appointment information to the database.
how can I do that
While you can do this I wouldn't recommend it even on a intranet as you are going to run into all sorts of security issues like "Thisweb page is trying to connect to a remote database etc." not to mention the obovious security hole nasty...
Is there a reason you are trying to do this client side?