Agenda view missing event?

I’m new to working with the agenda view. But I am seeing only some events manifest there.

Is there some criteria for events to show in the agenda view that I am not familiar with?

Thanks!

Hi,

By default, the left list of the view displays events beginning from the current date. There is agenda_start and agenda_end configurations to limit/configure date range.

If this information doesn’t help you to solve the issue, try to reproduce it with your data using dhtmlx snippet system http://snippet.dhtmlx.com/7df806229
and share the updated link with me. It will help me to understand what happens and how it can be fixed.

1 Like

Thanks, what are the default start/end values for the agenda view?

You can find details in API:
https://docs.dhtmlx.com/scheduler/api__scheduler_agenda_start_config.html
https://docs.dhtmlx.com/scheduler/api__scheduler_agenda_end_config.html

scheduler.config.agenda_start:
Default value: the current user’s date

scheduler.config.agenda_end:
Default value: ‘agenda_start’ (value) + 1 year