mirror of
				https://github.com/b4tman/sync_ics2gcal
				synced 2025-11-04 04:38:26 +00:00 
			
		
		
		
	cfg optional
This commit is contained in:
		@@ -86,7 +86,7 @@ class GoogleCalendar:
 | 
			
		||||
 | 
			
		||||
    logger = logging.getLogger('GoogleCalendar')
 | 
			
		||||
 | 
			
		||||
    def __init__(self, service: discovery.Resource, calendarId: str):
 | 
			
		||||
    def __init__(self, service: discovery.Resource, calendarId: Optional[str]):
 | 
			
		||||
        self.service: discovery.Resource = service
 | 
			
		||||
        self.calendarId: str = calendarId
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user