MySpace Events Feed Creator

MySpace Events Feed Creator generates RSS or Atom feeds for MySpace events. Just enter the URL for a MySpace profile, and the feed will be created. You can use it to offer your events to people as feeds, or to republish your events on your non-MySpace sites.

MySpace profile address
Optional Settings

Note: the MySpace.com profile address should look like this:

http://www.myspace.com/[USER_NAME_HERE]

How This Works

For any programmers interested in replicating this, the following PCRE is used here to strip the relevant data out of a MySpace profile page:

#<tr>[^<]*?<td[^>]*?>[^<]*?<table width="120"[^>]*?>[^<]*?<tr>[^<]*?<td width="85"><font[^>]*?>([^<]*?)</font></td>[^<]*?<td width="35"[^>]*?><font[^>]*?>([^<]*?)</font></td>[^<]*?</tr>[^<]*?</table>[^<]*?</td>[^<]*?<td width="191"[^>]*?><font[^>]*?><a href="([^"]*?)">([^<]*?)</a></font></td>[^<]*?<td width="115"[^>]*?><font[^>]*?>([^<]*?)</font></td>[^<]*?</tr>#is

For additional assistance, I do quality freelance work.