comparison multimerge.py @ 75:ee05430f1a4d

Update comment.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 12 Jul 2016 14:30:19 +0300
parents b3f8621f1a25
children a63cc3633adb
comparison
equal deleted inserted replaced
74:39a1575d4aa9 75:ee05430f1a4d
572 try: 572 try:
573 service.events().delete(calendarId=cfg.dest_id, eventId=event["id"]).execute() 573 service.events().delete(calendarId=cfg.dest_id, eventId=event["id"]).execute()
574 except Exception as e: 574 except Exception as e:
575 gcm_fatal(u"Failed to delete stale event:\n{0}\n\nERROR: {1}\n".format(event, str(e))) 575 gcm_fatal(u"Failed to delete stale event:\n{0}\n\nERROR: {1}\n".format(event, str(e)))
576 576
577 ## Update the target calendar name with timestamp 577 ##
578 ## Finally, update the calendar name with timestamp
579 ##
578 t_time = time.localtime() 580 t_time = time.localtime()
579 t_str = time.strftime("%d.%m.%Y %H:%M", t_time) 581 t_str = time.strftime("%d.%m.%Y %H:%M", t_time)
580 gcm_debug(u"Updating target calendar name timestamp {0}".format(t_str)) 582 gcm_debug(u"Updating target calendar name timestamp {0}".format(t_str))
581 583
582 try: 584 try: