Hi everyone,
I am useing the following code to make a recurring event.
RecurrenceRule rule= RecurrenceRule.FromDateTime(id, start).Weekly().Times(times);
In rule the StartDate is correct. After Encode to string and Decode this string the StartDate of the rule is null.
how can i solve this problem ?
thx everyone