calendar fix
diff --git a/erpnext/startup/event_handlers.py b/erpnext/startup/event_handlers.py
index 8def5bb..6420e80 100644
--- a/erpnext/startup/event_handlers.py
+++ b/erpnext/startup/event_handlers.py
@@ -81,9 +81,13 @@
 			webnotes.conn.get_value('Website Settings', None, 'analytics_code')
 		bootinfo['analytics_call'] = \
 			webnotes.conn.get_value('Website Settings', None, 'analytics_call')
+		
 	else:	
 		bootinfo['letter_heads'] = get_letter_heads()
 
+		import webnotes.model.doctype
+		bootinfo['docs'] += webnotes.model.doctype.get('Event')
+
 def get_letter_heads():
 	"""load letter heads with startup"""
 	import webnotes