TimeRex の埋め込み
前提条件
- TimeRex アカウント
- 公開済みの日程調整カレンダー
埋め込みコードの取得
- TimeRex にログイン
- 対象の 日程調整カレンダー を開く
- 「埋め込み」ボタンをクリック
- 埋め込みコードをコピー
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
TimeRex の日程調整ページをエージェントウィジェットに埋め込む方法
TimeRex の埋め込み
| 項目 | 値の例 |
|---|---|
| ラベル | 日程を調整する |
| コード | 以下の埋め込みコード |
<!-- Begin TimeRex Widget -->
<div id="timerex_calendar" data-url="https://timerex.net/s/xxxx"></div>
<script id="timerex_embed" src="https://asset.timerex.net/js/embed.js"></script>
<script type="text/javascript">
TimerexCalendar();
</script>
<!-- End TimeRex Widget -->
