Hello - It doesn't seem to be obvious how to change the default calendar view for a user or globally. Is it possible to change it to month view by default?
							
						
					Change Default Calendar View To Month?
				
					Collapse
				
			
		
	X
- 
	
	
	
	
		
	
	
	
		
	
	
	
	
	
	
	
	
	Tags: None
- 
	
	
	
	
		
	
	
	
		
	
		
			
				
	
	
	
	
	
	
	
	
	
 this will need development to be set from config / preferences.
 
 Anyway you can make a small change to the view class here:
 
 https://github.com/espocrm/espocrm/blob/master/client/modules/crm/src/views/calendar/calendar.js#L53EspoCRM – Open Source CRM Application. Contribute to espocrm/espocrm development by creating an account on GitHub.
 
 defaultMode: 'month',
 
 This change is safe but can be erased by upgrades, then you will need to redo it manually again
- 
	
	
	
	
		
	
	
	
		
	
		
			
				
	
	
	
	
	
	
	
	
	
 thank you for the tip ... I think it would be a useful option for users to be able to set their own default calendar viewComment

Comment