libical / XbICalendar

Objective-C Wrapper for the libical library
Other
17 stars 19 forks source link

Summary with commas not read back properly #43

Open monkeyfdude opened 8 years ago

monkeyfdude commented 8 years ago

I may have comma in my Event Summary.

For eg. I can have a summary like

"I , am , coming, tomo"

On receving side, I get back is

"I \, am \, coming\, tomo"

What need to be do to get

"I , am , coming, tomo" on readers client.

Thank you

monkeyfdude commented 8 years ago

Do you think you can provide some pointer for this issue?