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

RadScheduler Database Examples

4 Answers 192 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Dan
Top achievements
Rank 1
Dan asked on 11 Jul 2011, 08:28 PM
Maybe I am missing something but do you guys have a working example of inserting, updating, deleting appointments with a radscheduler attached to a database? I want to interact with the database programatically via stored procedures in oracle but a sql server example would be fine too. I have already taken care of insert and can do updates and deletes no problem, just not sure how to work with recurrence and can't see a decent example. Was hoping to see a basic app demo on this. Like I say, maybe I am totally missing something but have looked through the demo and support material.

Thanks,
Dan

4 Answers, 1 is accepted

Sort by
0
Dan
Top achievements
Rank 1
answered on 13 Jul 2011, 04:36 PM
never mind, figured this out
0
Scorpy47
Top achievements
Rank 1
answered on 14 Feb 2013, 03:24 AM
Hi,
 Thought nearly two years old, do you mind sharing it. I am trying to insert appointment and few other fields into a database using server side approach with Stored Procedures in Sql Server. Typically when I "Save" (from the advanced form) I need to insert a record into the database I am not sure which event I should be subscribing to.. any leads would be appreciated much.
0
Princy
Top achievements
Rank 2
answered on 14 Feb 2013, 06:41 AM
Hi,

To insert a record into the database, you can write the server side code in the AppointmentInsert event of the RadScheduler. Please have look into this thread which shows a demo with LINQ and stored procedures. I hope you find it helpful.

Thanks,
Princy.
0
Scorpy47
Top achievements
Rank 1
answered on 14 Feb 2013, 06:49 AM
Thanks Princy for the reply, indeed that is correct, but my problem was that I was having a type mismatch in the parameters passed vs datatype but I though I messed up with appointment's events.. eventually it worked :) Thank you anyway.
Tags
Scheduler
Asked by
Dan
Top achievements
Rank 1
Answers by
Dan
Top achievements
Rank 1
Scorpy47
Top achievements
Rank 1
Princy
Top achievements
Rank 2
Share this question
or