hi,
i need to parse the rec_type value for inserting to db.
parsing the rec_type is a little complicated for me to understand.
[code]type of recurring encoded in string [type][count][count2][day][days]#[extra]
type - type of repeating “day”,”week”,”week”,”month”,”year”
count - how much intervals of “type” come between events
count2 and day - used to define day of month ( first Monday, third Friday, etc )
days - comma separated list of affected week days
extra - this info is not necessary for calculation, but can be used to correct presentation of recurring details[/code]
could you explain me this: month_1_1_1_#no
and could you give me a tip for parsing this value.