hi,
-------------------------
var editor = $find("<%= RecurrenceEditor1.ClientID %>");;
var rrule = editor.get_recurrenceRule();
alert (rrule );
// alert ( '<%=RecurrenceEditor1.RecurrenceRuleText %>');
-------------------------------------------------------------------
In javascript I need this string
// Need of rrule in string like DTSTART:20100708T000000Z DTEND:20100724T000000Z RRULE:FREQ=MONTHLY;INTERVAL=1;BYSETPOS=1;BYDAY=MO,TU,WE,TH,FR,SA,SU
or
When I send the rrule in webservice,
it should deserialize like string DTSTART:20100708T000000Z DTEND:20100724T000000Z RRULE:FREQ=MONTHLY;INTERVAL=1;BYSETPOS=1;BYDAY=MO,TU,WE,TH,FR,SA,SU
hurry please
kind regards
I.Arockiasamy
-------------------------
var editor = $find("<%= RecurrenceEditor1.ClientID %>");;
var rrule = editor.get_recurrenceRule();
alert (rrule );
// alert ( '<%=RecurrenceEditor1.RecurrenceRuleText %>');
-------------------------------------------------------------------
In javascript I need this string
// Need of rrule in string like DTSTART:20100708T000000Z DTEND:20100724T000000Z RRULE:FREQ=MONTHLY;INTERVAL=1;BYSETPOS=1;BYDAY=MO,TU,WE,TH,FR,SA,SU
or
When I send the rrule in webservice,
it should deserialize like string DTSTART:20100708T000000Z DTEND:20100724T000000Z RRULE:FREQ=MONTHLY;INTERVAL=1;BYSETPOS=1;BYDAY=MO,TU,WE,TH,FR,SA,SU
hurry please
kind regards
I.Arockiasamy