I don't know if this question has been posted before, but if so please tell me where to look for it.
Anyways, I wanted to know if there is anyway I can use the wp event calendar outside of wordpress, meaning if there is some sort of script or code I can use in my own personal web-page?
If you use the development version (3.2dev) of Event Calendar 3 I think there should be a pretty easy way to get the xml output from the caledar feed that you could could write a php script using curl to format the info.
However, I don't think there is a ready-made option available yet.
Maybe someone will make one. Maybe I would if I wasn't so lazy!
Damon
Damon's right. EC3 will produce an ICAL feed. You can use any of the various javascript ical libraries to display the results of that on your homepage.
Rick