mirror of
				https://github.com/b4tman/sync_ics2gcal
				synced 2025-11-04 12:38:32 +00:00 
			
		
		
		
	fmt sync_calendar
This commit is contained in:
		@@ -11,6 +11,7 @@ from . import (
 | 
			
		||||
    CalendarSync
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
def load_config():
 | 
			
		||||
    with open('config.yml', 'r', encoding='utf-8') as f:
 | 
			
		||||
        result = yaml.safe_load(f)
 | 
			
		||||
@@ -18,7 +19,7 @@ def load_config():
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
def get_start_date(date_str):
 | 
			
		||||
    result = datetime.datetime(1,1,1)
 | 
			
		||||
    result = datetime.datetime(1, 1, 1)
 | 
			
		||||
    if 'now' == date_str:
 | 
			
		||||
        result = datetime.datetime.utcnow()
 | 
			
		||||
    else:
 | 
			
		||||
@@ -47,5 +48,6 @@ def main():
 | 
			
		||||
    sync.prepare_sync(start)
 | 
			
		||||
    sync.apply()
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
if __name__ == '__main__':
 | 
			
		||||
    main()
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user