New Scheduler examples
I recently created two new Ext Scheduler examples, one connecting to the RadioTime API and one connecting to the Meetup API. Thanks to the Ext data layer components, such as the ScriptTagProxy, doing this is super easy.
The first example visualizes radio station schedules using the RadioTime service. Their API is easy to work with and the implementation was a breeze. Here’s a link to the live example:
http://www.ext-scheduler.com/examples/radiotime/radiotime.html
The second example uses the Meetup API to visualize Ext JS user groups around the globe (currently 5 groups in US, Germany and Sweden). The Meetup API is very easy to work with and the implementation was even easier than the RadioTime examples. Here’s a link to the live example:
http://www.ext-scheduler.com/examples/meetup/meetup.html


leave a comment