English 中文(简体)
页: 1
原标题:Yahoo! Pipes and Fullcalendar

我知道雅虎! 管道可以产生来自RSS来源的JSON饲料。 届时能否利用雅虎提供的JSON饲料! 驱动全程的管道?

Example of a Yahoo! Pipes JSON feed: http://pipes.yahoo.com/pipes/pipe.run?_id=b551e36fb568c5b2bc4bb088af7bd737&_render=json

我从未使用过JSON,因此,就我在此档案中应该做些什么而言,我已经失去了。 纽约总部 我是否下载过这段话,我是否把它说到这段长篇大的法典中某个地方,我是否用购买力平价对其进行改革? 以今后步骤为例作出的反应是热爱的。

我认为,这个问题的答案对于希望利用RSS为驱动其日历而提供食物的人来说非常有益。

问题回答

请让我举一个例子,但我可以告诉你瓦希特的破裂。

页: 1 收费

{"count":18,"value":{"title":"Academy Theatre","description":"Upcoming Events","link":"http://pipes.yahoo.com/pipes/pipe.info?_id=b551e36fb568c5b2bc4bb088af7bd737","pubDate":"Thu, 12 May 2011 22:09:18 -0700","generator":"http://pipes.yahoo.com/pipes/","callback":"","items":[{"link":"http://www.brownpapertickets.com/event/130787","y:title":"Platinum Championship Wrestling","y:id":{"value":null,"permalink":"true"},"title":"Platinum Championship Wrestling","pubDate":"2011-05-13 20:00:00","description":"The PCW Championship Fridays at 8 P.M. - With the coming of  Sacred Ground II , will Jay Fury finally wrest the PCW crown? How will the new Tag Team Season progress? Will The Assasins Guild finally make it to the top of the heap? Will The Koncrete Gorillas take over? You have to be there every Friday Night to know for sure!","y:published":{"hour":"3","timezone":"UTC","second":"0","month":"5","minute":"0","utime":"1305342000","day":"14","day_of_week":"6","year":"2011"}},{"link":"http://www.brownpapertickets.com/event/173914","y:title":""Ahoy, Pirates and Mermaids"","y:id":{"value":null,"permalink":"true"},"title":""Ahoy, Pirates and Mermaids"","pubDate":"2011-05-16 09:00:00","description":"Summer Drama Camp (4-7yrs) - June 6-11 from 9:30am-12:30 pm (for early drop off and late pick up options- contact Avondale Playhouse directly). An adventure on the high seas!! We will be exploring age appropriate stories with this theme and dramatizing them with the h

在其中没有任何信息。 这将需要一种gin果......例如,加工谷歌日历XML的饲料,这样它就知道什么信息来提取或用功能方法将其从完整失灵中推向一个阵列。

www.un.org/Depts/DGACM/index_spanish.htm The Json should look as this

首先,你需要删除第一部分{“面值”:18,“价值”——这种暗示可能很好,但对于促进增长来说不是这样。

Then it starts of well with :{"title But that should be the very first character and should look more like

[{"title":"Acadmeny Theatre","description":"Upcoming Events"

Then there are things like url, y.title,y.url and what you need is pubDate which just needs to be date. and then it seems to carry on with more stuff

SO ideally the json that you provide back to FC should look like this

[{"title":"Acadmeny Theatre","description":"Upcoming Events","Date":"Thu, 12 May 2011 22:09:18 -0700"},{"title":"next Title","description":"MOre InfoEvents","Date":"Thu, 14 May 2011 22:09:18 -0700"}]

芬 兰 第12和第14次会议将举行两次活动。

《促进平等委员会文件》对此作了很好的解释。

Here is the documentation on how to use the FC function to build an array from a source that you need

在这里,这是与这一想法行之有效的证明。 你们只是需要让它处理雅虎!

http://jsfiddle.net/ppumkin/6wE8v/

You want to concentrate on this part

var event = [];
            event.push({
                title:  Garten ,
                start:  2011-05-10T00:00:00 ,
                allday: true

Looking at this SO Post you can see how the user used SQL to push objec- You will need to do something similar with the json feed you get back

No Callback after SQLite-Request

These are good examples.. and you know how to confine your search now for more info.





相关问题
JQuery/MVC Search Issue

I have inherited a piece of work where the entry screen shows a summary of 20 calculated variables. E.g. Var A (250), Var B (79). Clicking on any of these links takes the user to a view with a ...

jQuery quicksearch plug-in tinkering with JSON

I ve implemented the quicksearch plugin by Rik Lomas and I love it for an application in a custom CMS I m building. I was wondering though, since I m going to have a bizillion items in the table if ...

JSON with classes?

Is there a standardized way to store classes in JSON, and then converting them back into classes again from a string? For example, I might have an array of objects of type Questions. I d like to ...

PHP json_decode question

i m trying to use json_decode to combine a few json objects and then re-encode it. my json looks like: { "core": { "segment": [ { "id": 7, "...

Converting JSON data to Java object

I want to be able to access properties from a JSON string within my Java action method. The string is available by simply saying myJsonString = object.getJson(). Below is an example of what the string ...

热门标签