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

Advanced Form Custom Button

3 Answers 139 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Sam
Top achievements
Rank 1
Sam asked on 02 Aug 2011, 10:24 PM

Hi,

I'm using RadScheduler Advanced Form template for our project.

Two questions.

First Question
1) I need to add a custom Button ( It can be Link button also) on Advanced Form . On  click event I need to  set a session variable
and then call  RadScheduler1_AppointmentInsert event so that I can save the appoinment.
Basically Before save set a session variable and then insert. How to do that with a custom button.

Second Question.
2) When creating a new appoinment from Advanced Form template, I need to send an appoinment email to user, so that user can accept appoinment which will add that event to outlook calendar.
Basically How to Send Meeting Invitations to user.


Please advice.

Thanks
Sam

3 Answers, 1 is accepted

Sort by
0
Plamen
Telerik team
answered on 08 Aug 2011, 12:45 PM
Hi Sam,

You may have a look at the javascript file AdvancedForm.js in the AdvancedTemplate demo and add your logic where the Save Button click event is handled.

As for the second queston, you can handle AppointmentInsert server side.

Hope this will be helpful.

Best wishes,
Plamen Zdravkov
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

0
Sam
Top achievements
Rank 1
answered on 09 Aug 2011, 06:18 PM

Hi Plamen,

1) I was able to add regular ASP buttons and used command argument to know from which button user is clicking and then
set my session variables.

2) From this forum I was able to find this function ExportToICalendar of radscheduler.
and create.ics and email invite to user. One issue is.. if we check All day event in radscheduler
ExporttoICalendar is not passsing that value to Outlook ..it puts 12:00 AM to 12 AM.


Sam
0
Peter
Telerik team
answered on 11 Aug 2011, 12:44 PM
Hi Sam,

2. I confirm that this is a recently discovered bug, which we have already logged for fixing. Please, accept our apologies for this flaw of RadScheduler.


Greetings,
Peter
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

Tags
Scheduler
Asked by
Sam
Top achievements
Rank 1
Answers by
Plamen
Telerik team
Sam
Top achievements
Rank 1
Peter
Telerik team
Share this question
or