2009/6/9 kevin lee <[email protected]>:
>
> Anybody has experience using the following link to add an event to the
> Yahoo Calendar?
>
> http://calendar.yahoo.com/?v=60&ST=20080105T1400&ET=20080105T1500&title=Event%20Name&desc=note%20field&RPAT=1mh
>
> This works.  But when I try to replace value of a field such as title
> with <%= title %> it either log me into my.yahoo.com or complains of url
> format issue.  I believe this is a Yahoo issue but I have not gotten a
> response from the Yahoo board yet.  Just wonder if anybody on this forum
> knows the solution.  Thanks!

Have a look at the source of the page in your browser and see what url
you are generating (View, Page Source in FF for example). The browser
does not know that you are generating the url using <%= ... %> so if
you end up with the same text it must work. If it complaining of a url
format issue then you have probably got it wrong.

Colin

> --
> Posted via http://www.ruby-forum.com/.
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to