The process of generating a list of events in a page a bit confusing to me.
In this example is the url supposed to represent the current page or a page you are referring to?
<div itemscope itemtype="http://data-vocabulary.org/Person">
Would that be different from this example where I assume it literally does refer to the href?
<a href="http://www.example.com" itemprop="url">www.example.com</a>
Can itemprop="locality" be used on zip codes or other postal codes?
Also, is there a way to specify you are referring to an Event and not a Person?