I’m terribly sorry for the inconvenience – I had a problem “outside” the calendar plugin, not exactly connected with it. Everything seems to be fine now. But anyway, here is the code:
<div class=”event-title”>[event-title]</div>
<div class=”event-content”>
[if-multi-day]
<div>Od: [start-date] | Do: [end-date]</div>
[/if-multi-day]
[if-single-day]
[if-not-all-day]
<div>Data: [start-date]</div>
<div>Start: [start-time] | Koniec: [end-time]</div>
[/if-not-all-day]
[if-all-day]
<div>Data: [start-date]</div>
[/if-all-day]
[/if-single-day]
[if-location][location][/if-location]
[if-description]
<div><b>Link do wydarzenia</b></div>
[/if-description]
</div>
I don’t know if it’s possible to pass the whole link in [description]. I’d be glad if you could dispel this idea. In my way it is at least working and that’s fine ??
Thank you very much!
P.