腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
文章
问答
(6789)
视频
沙龙
1
回答
Google
Calendar
Events
API
用于
插入
抛出
400
、
、
我已经查看了与这个问题相关的其他帖子,但它们并不相同:我使用了"response",我从
google
api
网站复制了日期/时间,因此格式是正确的,我还玩弄了标题。我得到以下错误: Error: failed [
400
] { "error": { "errors": [ { "domain": "global", "reason": "required",
浏览 1
提问于2017-02-14
得票数 0
1
回答
google
日历
api
错误
400
-资源id值无效
、
、
我想通过
API
使用Symfony命令(批处理)在
Google
日历中
插入
事件。 $event = new
Google
_Service_
Calendar
_Event(); $event-setSummary($booking[
浏览 12
提问于2017-07-19
得票数 2
1
回答
如何使在模拟测试中运行时
抛出
异常的函数只从要测试的函数中
抛出
?
、
、
当我在单元测试中实例化
google
时,它会立即
抛出
异常。我试图用lambda来解决这个问题,但我不知道如何运行lambda。 #
google
's mock https://googleapis.github.io/
google
-
api
-python-clientv3", http=
浏览 6
提问于2022-06-20
得票数 0
回答已采纳
2
回答
如何获得选定国家的国庆节
、
、
、
在本例中,国家代码由日历ID (例如pt_br.brazilian#holiday@group.v.
calendar
.
google
.com或en.usa#holiday@group.v.
calendar
.
google
.com以这种方式使用
API
可以吗?如果是的话,我在哪里可以得到这些日历身份证?
浏览 5
提问于2013-09-25
得票数 18
回答已采纳
1
回答
插入
日历时不能执行setId() (日历
api
用于
java)
、
、
当
插入
日历时,我无法执行setId() (
Calendar
api
用于
java)。我收到了一个错误: object : Thread() {
浏览 0
提问于2018-10-30
得票数 0
回答已采纳
1
回答
Google
Calendar
API
,
Events
每次都会返回
400
个badRequest
、
、
、
我将发布到以下url: https://www.googleapis.com/
calendar
/v3/calendars/axxxa@mydomain.com/
events
?reason": "badRequest", } "code":
400</e
浏览 28
提问于2020-10-18
得票数 0
1
回答
Google
日历
API
>编辑重复事件>此选项和以下选项>持久化异常
、
从12月11日到12月20日,我使用
Google
-日历-
api
创建了一个循环系列。12月18日,我只使用“此事件”选项对单个实例进行了更改(例如:描述)。编辑:要创建
Google
经常性事件: 'summary' => $meeting->title($recurrence_pattern))); // set
Goo
浏览 4
提问于2020-12-07
得票数 0
回答已采纳
1
回答
使用
Google
task
API
将id设置为Task返回
400
个无效值
、
我正在为一个项目使用
Google
的Java
API
。我非常确定为任务生成ids的算法没有任何问题。同样的算法也适
用于
Google
Calendar
API
。 我是不是漏掉了什么?
浏览 4
提问于2017-04-03
得票数 0
1
回答
安卓日历获取事件
抛出
IOException 404未找到--为什么?
我的日历设置成功,代码如下:com.
google
.
api
.client.json.gson.GsonFactorygF = new GsonFactory(); .setApplicationName(getStr
浏览 1
提问于2018-03-06
得票数 0
1
回答
Google
日历事件
API
抛出
错误
、
我使用OAuth对我的应用程序进行了身份验证--我已经用日历
API
对它进行了测试。一切都正常。我还为
events
API
使用了“快速添加”方法,而且效果很好。但是当我尝试使用以下代码
插入
时$event->setSummary('hello there'); $event->setLocation('America\src\io\apiREST.php:86堆栈跟踪中的:(
400
)坏请求:#0 C:\xampp\htdo
浏览 1
提问于2012-04-19
得票数 0
回答已采纳
2
回答
400
在
Google
日历中
插入
事件的错误请求
、
我正在使用
Google
Calendar
API
,并试图向
API
发送
插入
事件的请求,但我收到了一个错误。这是我发送的请求: POST https://www.googleapis.com/
calendar
/v3/calendars/riteshmehandiratta%40gmail.com/
events
X-JavaScript-User-Agent:
Google
APIs Ex
浏览 0
提问于2013-03-24
得票数 2
回答已采纳
2
回答
PHP
Google
插入
日历事件
API
、
、
、
我正在使用这个包:https://github.com/googleapis/
google
-
api
-php-client $
google
_service = new
Google
_Service_
Calendar
($
google
_client);// Insert
Cal
浏览 24
提问于2020-09-01
得票数 1
回答已采纳
1
回答
命令事件降序
、
、
、
我使用以下代码: final
Events
feed = client.
events
().list(myCalendar.getId()).setOrderBy("updated").set("sortOrder
浏览 0
提问于2017-05-15
得票数 2
回答已采纳
1
回答
过滤事件列表
Google
日历PHP
、
、
、
events
on the user's
calendar
.%40group.
calendar
.
google
.com/
events
?/html/
calendar
/
api
/
google
-
api
-php-client/src/
Google
/Http/REST.php:110#0 /ht
浏览 2
提问于2015-05-29
得票数 4
回答已采纳
1
回答
是否可以从服务器端进行
google
API
登录,并将结果传递给用户?
、
、
、
、
为此,我在本文档https://developers.
google
.com/
calendar
/create-
events
中的JavaScript代码中使用了谷歌日历
API
,它可以正常工作,而且我可以很好地创建链接
浏览 33
提问于2020-05-01
得票数 0
回答已采纳
1
回答
Calendar
V3坏了,我不知道为什么
、
def createEvent(title, event_description, mentor, mentee, start_time, end_time)
calendar
_
api
.authorization = @auth ], remind
浏览 0
提问于2017-03-10
得票数 0
2
回答
Google
calendar
API
w/ Java -仅获取默认日历的事件,忽略假日
、
、
我想要做的是只获取默认日历中所有事件的列表?我不想要任何其他日历的事件,例如,假日。任何帮助都将不胜感激。
浏览 0
提问于2011-12-10
得票数 1
1
回答
尝试使用服务帐户在
google
日历中创建事件
、
、
、
我试图
插入
事件到谷歌日历使用服务帐户的方法。 <?/src/
Google
/Client.php'; require_once '
google
-
api
-php-client-master/src/
Google
/Service/
Calendar
.phpcalling POST https:/
浏览 4
提问于2014-08-28
得票数 1
1
回答
通过
Google
Calendar
API
获取
Google
Calendar
的时区
、
我正在使用
Google
Calendar
API
在我的客户
Google
日历中
插入
事件。我想在他们日历的时区中
插入
事件,但目前我只能通过
Google
calendar
API
使用一个时区。如何使用
Google
Calendar
API
获取特定
Google
Calendar
的时区?到目前为止,我正在使用以下代码将事件添加到
Google</em
浏览 14
提问于2013-07-21
得票数 3
回答已采纳
1
回答
谷歌日历
API
v3在创建事件时总是返回BadRequest
、
然后我手动将一个事件
插入
到日历中(使用
google
日历WEB UI),我想检查是否可以检索该事件: fun listEvents() { logger.info("
events
= {}",
events
)
events
.items.forEach
浏览 2
提问于2020-08-18
得票数 1
回答已采纳
点击加载更多
热门
标签
更多标签
云服务器
对象存储
ICP备案
云点播
实时音视频
活动推荐
运营活动
广告
关闭
领券