You can use the Scheduler API to manage links programmatically:
links.load() - load links from a remote URL (see also link loading)
links.add() - create a new link programmatically
links.remove() - delete a link programmatically
links.find() - find a link data object using its ID
links.findByFromTo() - find a link connecting two events
Availability
Availability of this feature in DayPilot editions:
| Lite | Pro | |
|---|---|---|
| DayPilot for JavaScript | ||
| DayPilot for ASP.NET WebForms | ||
| DayPilot for ASP.NET MVC | ||
| DayPilot for Java |
DayPilot