How to create a calendar which is getting its data from 4-5 different rss feeds
How should I create a calendar for a website, which is getting its data from 4-5 different rss feeds.
I want to use php to d开发者_JAVA技巧o this.
I was thinking google calendars would be the solution, if you too think that, can you plz direct me to a good google calendar tutorial, where I can learn how to embed a google calendar into a website.
Regards Zeeshan
I don't know how much interaction you want. The basic idea could be this. Then you could embed the calendar like described here
Or if you want a more privacy concerned version you could make your own by starting with this post.
精彩评论