The tag() method returns a custom event field using its numeric index.
DayPilot.Event.tag(index)index (number) - field index based on the position in DataTagFields (ASP.NET WebForms).
The method returns the custom database field value associated with the current event.
const firstValue = e.tag(0);