StartDate = null after decode a recurring event.

Asked by Patrick
9 years ago.

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

No reply yet.

This question is more than 1 month old and has been closed. Please create a new question if you have anything to add.