mirror of
				https://github.com/MichMich/MagicMirror.git
				synced 2025-11-04 05:15:42 +00:00 
			
		
		
		
	add symbol and color on broadcasted events
This commit is contained in:
		@@ -522,6 +522,8 @@ Module.register("calendar", {
 | 
			
		||||
			var calendar = this.calendarData[url];
 | 
			
		||||
			for (var e in calendar) {
 | 
			
		||||
				var event = cloneObject(calendar[e]);
 | 
			
		||||
				event.symbol = this.symbolsForUrl(url);
 | 
			
		||||
				event.color = this.colorForUrl(url);
 | 
			
		||||
				delete event.url;
 | 
			
		||||
				eventList.push(event);
 | 
			
		||||
			}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user