Glen Holcomb wrote: > On Mon, Aug 25, 2008 at 8:06 AM, Amanda .. <a.etherton / hotmail.com> > wrote: > >> Thanks for helping so fast! >> -- >> Posted via http://www.ruby-forum.com/. >> >> > You could just split(' ') > > -- > "Hey brother Christian with your high and mighty errand, Your actions > speak > so loud, I can't hear a word you're saying." > > -Greg Graffin (Bad Religion) Problem with that is some of the calendars have spaces in their names (ie General Public) so I have it set up so that people have to put a '-' wherever there's a space in a name, then I gsub('-', ' ') afterwards. I'm trying to do a gsub(' ', '+'), and then the gsub('-', ' '). -- Posted via http://www.ruby-forum.com/.