fix issue on no title
This commit is contained in:
		| @@ -119,7 +119,7 @@ class iCalendar: | |||||||
|  |  | ||||||
|         events = ( |         events = ( | ||||||
|             { |             { | ||||||
|                 'title': events.get('SUMMARY').lstrip(), |                 'title': events.get('SUMMARY').lstrip() if events.get('SUMMARY') else "", | ||||||
|  |  | ||||||
|                 'begin': arrow.get(events.get('DTSTART').dt).to(timezone) if ( |                 'begin': arrow.get(events.get('DTSTART').dt).to(timezone) if ( | ||||||
|                         arrow.get(events.get('dtstart').dt).format('HH:mm') != '00:00') |                         arrow.get(events.get('dtstart').dt).format('HH:mm') != '00:00') | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user