I'm having some difficulty with the Google Calendar API (I'm using ASP.NET with C# via WebRequests). It inserts and updates events well enough, but in the event description, I cannot make it seem to put text on new lines. I've tried using "\n" to make it happen, and also a StringBuilder with the AppendLine Method. Did not work either, they just make it return a "Bad Request (400)" error. Anybody know how to make this happen?
Thanks.