Skip to content

Commit

Permalink
Merge pull request #31 from dayschedule/development
Browse files Browse the repository at this point in the history
Changes in API
  • Loading branch information
vickyRathee authored Sep 17, 2024
2 parents 93b10f5 + 99cd9a8 commit 4ff241b
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dist/dayschedule-widget.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions dist/dayschedule-widget.js

Large diffs are not rendered by default.

46 changes: 46 additions & 0 deletions examples/inline-calendar.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>DaySchedule Inline Widget</title>
<script src="../dist/dayschedule-widget.js" defer></script>
</head>
<body>
<div class="px-4 py-5 my-5 text-center">
<img
class="d-block mx-auto mb-4"
src="https://cdn.dayschedule.com/img/dayschedule-64.png"
alt="DaySchedule"
width="64"
height="64"
/>
<h1 class="display-4 fw-bold lh-1">DaySchedule Inline Widget</h1>
<div class="col-lg-6 mx-auto">
<p class="lead mb-4">
<p>An inline widget for appointment scheduling to embed a <a target="_blank" href="https://dayschedule.com/">day schedule</a> tool directly into the page</p>
</p>
<div class="d-grid gap-2 d-sm-flex justify-content-sm-center">
<a
target="_blank"
class="btn btn-primary btn-lg px-4 mr-3"
href="https://dayschedule.com/widget"
>See documentation</a
>
</div>
</div>
</div>
<div class="container">

<!--DaySchedule inline widget code -->
<dayschedule-widget
url="https://meet.dayschedule.com/product-demo"
options='{ "color" : {"primary": "black", "secondary": "red"} }'
>
</dayschedule-widget>
<!--DaySchedule inline widget code -->

</div>
</body>
</html>
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dayschedule-widget",
"version": "1.2.0",
"version": "1.2.2",
"description": "Appointment scheduling widget to embed the booking calendar on your website for 1:1, round-robin and group bookings with Google meet, Zoom and MS Teams integrations",
"main": "dist/dayschedule-widget.js",
"files": [
Expand Down

0 comments on commit 4ff241b

Please sign in to comment.