search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

StartDate = null after decode a recurring event.

Asked by Patrick
7 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

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