Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/javascript/410.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Javascript Outlook和Yahoo定期事件查询字符串_Javascript_Email_Outlook_Query String_Yahoo Mail - Fatal编程技术网

Javascript Outlook和Yahoo定期事件查询字符串

Javascript Outlook和Yahoo定期事件查询字符串,javascript,email,outlook,query-string,yahoo-mail,Javascript,Email,Outlook,Query String,Yahoo Mail,我正在编写一个小的日历模式,通过查询字符串配置参数来打开Gmail、Outlook和Yahoo的日历事件 目前,我可以像这样在Gmail上设置一个重复事件 https://calendar.google.com/calendar/render?action=TEMPLATE&dates=${this.dates}&details={this.details)&text={this.text}&recur=RRULE%3AFREQ%3DWEEKLY%3BINTERVAL%3D1 这个问题的关键部分

我正在编写一个小的日历模式,通过查询字符串配置参数来打开Gmail、Outlook和Yahoo的日历事件

目前,我可以像这样在Gmail上设置一个重复事件

https://calendar.google.com/calendar/render?action=TEMPLATE&dates=${this.dates}&details={this.details)&text={this.text}&recur=RRULE%3AFREQ%3DWEEKLY%3BINTERVAL%3D1

这个问题的关键部分是
&recur=RRULE%3AFREQ%3DWEEKLY%3b间隔%3D1

然而,我似乎找不到任何文档表明Outlook&Yahoo在使用there API之外存在这样一个查询参数

如果有人知道这样的参数/文档,那就太好了