Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I'm looking at the Yahoo Pipe http://pipes.yahoo.com/pipes/pipe.info?%5Fid=tI17l5t63hGwcq4a0EypaA as the basis for converting RSS feeds into iCal format. Looking at the Pipe design, I've got the following questions:

  1. The 2nd Loop construct assigns item.dtstart to item.y:dtstart:

I realize this is a basic question, but the meaning of "item." vs. "item.y" is not clear to me. I'd like to understand this.

  1. The 3rd Loop construct assigns item.dtend.dtend to item.y.dtend. Why isn't the source "item.dtend" vs "item.dtend.dtend"? The next step in the pipe renames item.dtend.dtend to just "dtend" so this further confuses me.

Thanks in advance.

share|improve this question
i tried updating your pipe, have the loops working correctly, but afaik one cannot expose an updated url automatically (so that something like google cal could pick it up) -- can this be done? – egbutter May 10 '12 at 15:00

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.