How can i create custom fields in agenda screen

Hi,

I have some doubts, please give me a solution.

  1. How can i create custom fields in agenda screen like start date, end date, name, age, address, etc ?
  2. How can i implement pagination in Agenda screen ? is there any inbuilt method is available?

Regards,
Jobin K Joseph

(1)
You can use templates to show custom value in event’s row

docs.dhtmlx.com/doku.php?id=dhtm … genda_view
docs.dhtmlx.com/doku.php?id=dhtm … _templates

(2)
There is no paging in Agenda ( but you can change the max time limit for Agenda, to show a lesser count of events )

Thanks for the information.