Questions Tagged article-87166-c
Add group line in PhpMyadmin
		
		Answered: You have added it correctly - but it will only display the expand/collapse icon when you add some child resources. If you want to hide the additional columns for these empty groups, you can remove th...
	
	
	
	How I can modify resources? If I don’t need group?
		
		Answered: If the events don’t display correctly, you should check the id of the resources (resources[].id) and the resource of events (event.list[].resource). Events are only displayed in a row if these value ...
	
	
	
	Change from sqllite to MS SQL
		
		Answered: Yes, you just need to adjust the $db variable initialization in _db.php: 
$db = new PDO('sqlite:daypilot.sqlite');
 For MySQL you'll need to use something like this: 
$host = "127.0.0.1";
$port =...
	
	
	
	Delete??
		
		Answered: There are several options, please see the following documentation page: https://doc.daypilot.org/scheduler/event-deleting/
	
	
	
	
	
	Questions 1-4 of 4