Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
441 views
in Technique[技术] by (71.8m points)

javascript - 如何通过比较用户x的日程表和用户y的日程表来获得可用的datetime或datetime范围[关闭](How can I get available datetime or datetime range by comparing from user x's schedule and user y's schedule [closed])

How can I get available datetime or datetime range by comparing from user x's schedule and user y's schedule.

(如何通过比较用户x的日程表和用户y的日程表来获得可用的datetime或datetime范围。)

The result should be a drop-down list of available datetime(s) for both users.

(结果应该是两个用户可用日期时间的下拉列表。)

if user x available on 30/11/2019 15:00 and user y is also available at the same time.

(如果用户x在30/11/2019 15:00可用,并且用户y在同一时间也可用。)

As a result I can schedule them.

(结果,我可以安排它们。)

Could be done in JavaScript / Lodash.

(可以在JavaScript / Lodash中完成。)

I can't think of script which would able to do this.

(我想不出能够做到这一点的脚本。)

  ask by Rigoloboi translate from so

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...