Due to the nature of Drupal Calendar's confusing web of functions I'm going to have to do something different.
I need to grab the id tag and its value from an array containing html code.
<div class="view-item view-item-calendar" id="node-154">
<div class="calendar.111.field_showtimes_two.0.0 calendar monthview mainstagetheatre-highlight">
<div class="view-field view-data-node-title node-title">
<a href="/tca/mainstage/ninetofivemusical">9 to 5: The Musical</a> </div>
</div>
</div>
This is the code I will need to parse. Is it possible to target that id tag and whatever I set it as? Im doing it this way because I don't know where the array is created so I can add a node id, so I have to add it where the html is created.