为了账号安全,请及时绑定邮箱和手机立即绑定

日历 iframe 不显示所有最新创建的事件(尤其是共享日历事件)

日历 iframe 不显示所有最新创建的事件(尤其是共享日历事件)

猛跑小猪 2021-09-17 16:34:28
我已经设法将 Google 日历嵌入到 React 组件中,但问题是我可以观察到嵌入的日历没有获得添加到使用gapi.日历 iframe 网址是这个 https://calendar.google.com/calendar/b/1/embed?src={VALID_CALENDAR_EMAIL}日历.util.jsconst CALENDAR_EMBED_BASE_URL =  'https://calendar.google.com/calendar/embed?src=';export const getCalendarEmbedUrl = email =>  `${CALENDAR_EMBED_BASE_URL}${email}`;CalendarIframe.jsx组件import React, { PureComponent } from 'react';import { getCalendarEmbedUrl } from 'calendar.util.js';class CalendarIframe extends PureComponent {  render() {    const { email } = this.props;    const embedUrl = getCalendarEmbedUrl(email);    return (      <div className="calendarEmbedWrapper">        <iframe          title="Calendar"          id="calendarEmbed"          width="100%"          src={embedUrl}        />      </div>    );  }}有什么方法可以确保嵌入式日历与其应有的一样动态?
查看完整描述

1 回答

  • 1 回答
  • 0 关注
  • 168 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信