Stuart Hemming
Top achievements
Rank 2
Stuart Hemming
asked on 08 Oct 2010, 07:47 PM
8 Answers, 1 is accepted
0
Accepted
Hi Stuart Hemming,
Thank you for reporting this.
It seems our documentation needs editing. We'll make a review, replace the old properties and add new where needed.
I updated your points for the report.
Best wishes,
Veronica Milcheva
the Telerik team
Thank you for reporting this.
It seems our documentation needs editing. We'll make a review, replace the old properties and add new where needed.
I updated your points for the report.
Best wishes,
Veronica Milcheva
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
0
Stuart Hemming
Top achievements
Rank 2
answered on 11 Oct 2010, 04:43 PM
More point for me. More thanks for you.
--
Stuart
--
Stuart
0
David Arnold
Top achievements
Rank 2
answered on 19 Oct 2010, 07:05 PM
Hi guys,
Am I missing something or is there any documentation to tell me how to populate the field in my database? I have a custom events table which has a field for reminders, but I don't see what I should store in that field to make it recognize the reminder?
Am I missing something or is there any documentation to tell me how to populate the field in my database? I have a custom events table which has a field for reminders, but I don't see what I should store in that field to make it recognize the reminder?
0
Hi David Arnold,
DataReminderField writes a string in the database using a subset of the RFC2445 (iCalendar) specification. For example here's what will be written in the database for the Reminders Demo when you press "Create Appointment with Reminder" button:
Maybe we should extend this help topic about "Adding a Reminder Field" and add more information about what is kept in the database.
Hope this helps.
Greetings,
Veronica Milcheva
the Telerik team
DataReminderField writes a string in the database using a subset of the RFC2445 (iCalendar) specification. For example here's what will be written in the database for the Reminders Demo when you press "Create Appointment with Reminder" button:
BEGIN:VALARM
TRIGGER:-PT30M
X-TELERIK-UID:d1f02b03-82f2-4267-b24e-89baeb9170e3
END:VALARM
Maybe we should extend this help topic about "Adding a Reminder Field" and add more information about what is kept in the database.
Hope this helps.
Greetings,
Veronica Milcheva
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
0
David Arnold
Top achievements
Rank 2
answered on 20 Oct 2010, 03:43 PM
Hi Veronica,
Yes - VERY helpful! Thank you so much. It's working now. I seem to not get my snooze button to work though. I read that it is supposed to work off of cookies. I shouldn't need to do anything, right? If I reload the page or go away and come back to the page, the reminder pops back up.
Yes - VERY helpful! Thank you so much. It's working now. I seem to not get my snooze button to work though. I read that it is supposed to work off of cookies. I shouldn't need to do anything, right? If I reload the page or go away and come back to the page, the reminder pops back up.
0
Hi David,
To be able to "Snooze" you should allow cookies to your browser.
If you still have problems - could you please send me the full code so I can inspect it and help you?
Thank you!
Regards,
Veronica Milcheva
the Telerik team
To be able to "Snooze" you should allow cookies to your browser.
If you still have problems - could you please send me the full code so I can inspect it and help you?
Thank you!
Regards,
Veronica Milcheva
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
0
Armand
Top achievements
Rank 2
answered on 27 Oct 2010, 12:25 PM
Hi Telerik Team
I want to know something about the reminder in the schedular
can we get a explenation on what this means?
is the X-Telerik-UID Auto Generated?
Is there a way to add the reminder through code behind
Regards
Armand
I want to know something about the reminder in the schedular
can we get a explenation on what this means?
BEGIN:VALARM
TRIGGER:-PT10M
X-TELERIK-UID:c21a0116-c9ea-4eeb-a17e-130063b0d82a
END:VALARM
is the X-Telerik-UID Auto Generated?
Is there a way to add the reminder through code behind
Regards
Armand
0
Hello Armand,
As I posted below Reminders are kept in the database as a string using a subset of the RFC2445 (iCalendar) specification. You can read about the standart here.
As for the X-TELERIK-UID - it is of type GUID which is automatically generated. Please take a look here about initializing a new instance of the GUID class.
Please take a look at the "Reminders" demo for creating a new Reminder from code-behind.
Regards,
Veronica Milcheva
the Telerik team
As I posted below Reminders are kept in the database as a string using a subset of the RFC2445 (iCalendar) specification. You can read about the standart here.
As for the X-TELERIK-UID - it is of type GUID which is automatically generated. Please take a look here about initializing a new instance of the GUID class.
Please take a look at the "Reminders" demo for creating a new Reminder from code-behind.
Regards,
Veronica Milcheva
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