Jump to content

Sporting Event Fixture Lists for Outlook


Recommended Posts

Guest P8004U
Posted

Im working on importable fixture lists for outlook express and mobile phone calenders ive tested on the SE:P800 and Microsoft Outlook and it works fine, Im looking for help on the actual fixture lists and also testing of the fixtures on different brand phones any help is wanted and i can be contacted via email or pm on here or on my site ... a test fixture list for Birmingham City FC is available on my site and more will be added soon im currently working on a wimbledon schedule.

www.p8004u.pwp.blueyonder.co.uk

I also want to know whether there is demand for such a service and im not wasting my time :?:

Thanx

Guest Playdoh
Posted

for Premiership fixtures this kind of service is already available from www.infuzer.com

Guest funkmaster
Posted
I also want to know whether there is demand for such a service and im not wasting my time  :?:  

Thanx

This is a gr8 idea, I usually type the Man U fixtures in manually.. this would be sweet

..and no need to thank us, thank you! :wink:

Guest P8004U
Posted

Just added the Formula 1 Schedule for 2003 :lol:

thanx for the comments as i said before im lookin for ppl to contribute fixture lists if possible

Gonna take a look at infuzer

Guest P8004U
Posted

Also added the complete Major League Baseball Schedule for all teams too ... thanx to mr marky for that one :lol:

Guest ricmoo2003
Posted

excellant mate that saves me typing in all the F1 dates, it also works for normal Outlook aswell just import the csv file staright into your calendar

Guest Thurstan
Posted

So does it work with SPV too? If so, how do you import the file into your Outlook calendar?

Guest capt_janeway
Posted

P8004U

Nicked your idea and done one for West Ham United - I have attached it - please let me know if you want to remove.

:lol:

WHUFC2003-4.zip

Guest fraser
Posted

You could write a VBScript macro for Outlook that could download the fixtures from the web directly into the calendar. I don't think it would be too difficult, I've done similar things in Excel, but I've never worked with the VBScript appointment objects.

The following (completely untested code) is an example I cobbled together from the VBScript man pages:

Function newFixture()


    Set myOlApp = CreateObject("Outlook.Application")


    Set myItem = myOlApp.CreateItem(olAppointmentItem)




    myItem.Subject = "Rangers vs. Celtic"


    myItem.Start = #9/24/1997 1:30:00 PM#


    myItem.Duration = 90




End Function

The code to download from the web is pretty easy. All you do is downlod the data, and call a modified (variablised) version of the above function to add each fixture. You'd need to check for duplicates. This can all be done to automatically start when Outlook is loaded, so every time you sync, you get an updated fixture list on your phone.

The above code isn't complete either, you'll need to set the meeting type (appointment/meeting etc) to whatever you want, as well as reminders etc.

Guest P8004U
Posted

lol u thief :lol: nah i dont mind u knicking my idea but id like it if i could put the file on my site if possible :lol: :D

also @Frasier .... i have no clue about what u just wrote lol i understand the concept and its a could one :D but i wouldnt have the first idea how to implement it i have no idea about VB

Guest capt_janeway
Posted

P8004u

Go ahead - I only did it for West Ham cos no-one else will!

:roll:

Guest P8004U
Posted

added WWE PPV calender, Leeds United and Man City for all that are interested :lol:

Guest jmjarvis
Posted

I'm not really a football nor a Formula 1 fan BUT I am a World Superbike and MotoGP fan.

Could these be added ?

There's some things Series Link on Sky+ doesn't work for :cry:

Guest P8004U
Posted

added the full premiership fixture list :)

site now available in multiple languages

  • 3 years later...
Guest beauchambers
Posted
added the full premiership fixture list :D

site now available in multiple languages

Looking for this year any updates

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.