There's no way to deep-link into the schedule at the moment. There are no elements that have an "ID" attribute to reference, though it looks like it should be do-able by perhaps modifying the template to include the "data-post-id" value as an "id" value as well?
<li data-post-id="389" class="dur-20">
<div class="item-time">11:20</div>
<div class="item-content">
<h3 class="item-presenter din toggle item-closed">Ferrero Andrea</h3>
<p class="item-title toggle item-closed">PhotoFlow, a non-destructive layer-based RAW image editor</p>
<div class="item-description js-hidden hidden">
PhotoFlow is a novel Open Source editor for RAW and raster images. Unlike other exiting Open Source RAW editors, PhotoFlow's workflow is based on the layers paradigm, pretty much like The GIMP...
</div>
</div>
</div>
</li>
There's no way to deep-link into the schedule at the moment. There are no elements that have an "ID" attribute to reference, though it looks like it should be do-able by perhaps modifying the template to include the "data-post-id" value as an "id" value as well?