hoangs's picture
Upload README.md
3f04e22 verified

viet-robot-schedule-merger

A helper that merges schedule template entries into a per-day view.

The merge_schedules(entries) function takes a list of dicts with:

  • days: comma-separated days (e.g. "mon,wed,fri")
  • time_local
  • zone_id

and returns a dictionary mapping each day to a sorted list of {time_local, zone_id}.

License

MIT