<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    I think you would be better off approaching this with custom fields
    rather than taxonomy terms. <br>
    <br>
    So you would have 1 content type for the events, with a custom field
    "Date/Time" (you'll need the "date" module).<br>
    You would have a second field on that content type for the
    "Location". This could either be a text field with a select list, or
    a Node Reference type of field to another content type "Location".
    Either way will work, but if you want to include additional
    information about each location option, the Node Reference is a
    better option. This way, for each location you can include a
    description, directions, or even a geolocation or map field.<br>
    <br>
    This is the most flexible because then you can easily display your
    events by date, such as on a calendar (get the "calendar" module).
    You could also show events by Location. All of these display are
    created in Views. If you use the Node Reference option and are using
    Drupal 6, there's a nifty module "Node Relationships" that can
    easily set up a displayed list of Events that have been associated
    with a particular Location.<br>
    <br>
    I'm not sure I understand why you need a unique term reference issue
    - but going the route above, you definitely don't need a unique term
    for each event.<br>
    <br>
    Hope this is helpful!<br>
    <br>
    Michelle<br>
    <br>
    <br>
    On 7/19/2011 1:08 PM, Ursula Pieper wrote:
    <blockquote
cite="mid:CACpPVytT1U+HX3pGX5gcZoQ5qrrU5oLsSqRh9cQ4Ea4itg_tJQ@mail.gmail.com"
      type="cite">I want to create a content type for events (concerts).
      <br>
      <br>
      An individual concert production can potentially take place in
      different locations (Friday in San Francisco, Saturday in
      Berkeley, basically same concert). <br>
      <br>
      Is it possible to associate in some way a date with a term
      reference (which would be the location)? I envision an unlimited
      datetime entry that associate with the location. I have problems
      wrapping my head around how to achieve this, or how to solve the
      issue differently, but still user-friendly. <br>
      <br>
      One way I image would be using two content types: <br>
      The first for the general information for the concert, including a
      term-reference that is distinct for this production.&nbsp; <br>
      The second for the datetime - location that also includes a
      term-reference for this production. <br>
      The second content type would have a radio-button list for the
      production. <br>
      <br>
      For the first one, I'd somehow need to make sure, that the
      term-reference is not yet in use, and how would I do that (I am
      thinking in a database way - first content type has a unique key,
      that corresponds to the second content type's foreign key). <br>
      <br>
      Is there a better - drupal - way? <br>
      <br>
      Grateful for any comments, tips or pointers ...<br>
      <br>
      Thanks, Ursula<br>
      <br>
      (actually, just writing this made the task clearer for me, that's
      called confessional debugging, I am still interested to hear
      whether I am missing something, and how to ensure the unique term
      reference)<br>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
    </blockquote>
    <br>
    <pre class="moz-signature" cols="72">-- 
Michelle Ziegmann
===========================
Electronic Communications Specialist
University of California Berkeley
Educational Technology Services</pre>
  </body>
</html>