使用Live SDK API的最长时间限制是:阅读日历事件 [英] What is the maximum elapse time limit for using the Live SDK API: Reading calendar events

查看:71
本文介绍了使用Live SDK API的最长时间限制是:阅读日历事件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我使用Live SDK 5.1中的阅读日历活动API。


以下是从hotmail日历中读取事件的代码片段:


readEvents.GetAsync((LoadState(" CalendarID")+" / events?start_time =" + start +"& end_time =" + end));


API是否有任何限制可以在(1年,1年,2年,...,10年的开始和结束时间)返回事件?


谢谢


解决方案

如果没有指定任何参数,您只会获得在接下来的30天。  


当您指定开始/结束时间时,似乎有几个月的限制(如果我在5/27/2042创建新事件,那么做一些事情比如"/ me / events?start_time = 2040-04-01T00:00:00Z& end_time = 2042-08-03T00:00:00Z",我只看到从4/2040到
的事件大约7/2040 )。


I use the Reading calendar events  API in the Live SDK 5.1.

The following is the code fragment reading events from a hotmail calendar:

readEvents.GetAsync((LoadState("CalendarID") + "/events?start_time=" + start + "&end_time=" + end));

Are there any limit in the API to return events when (start & end elapse time for 1 months, 1 years , 2 years, .. ,10 years)?

Thanks

解决方案

Without any parameters specified you'll only get events occurring within the next 30 days.  

When you do specify start/end times, there seems to be a limit of several months (if I create a new event on 5/27/2042, then do something like "/me/events?start_time=2040-04-01T00:00:00Z&end_time=2042-08-03T00:00:00Z", I only see events from 4/2040 to about 7/2040).


这篇关于使用Live SDK API的最长时间限制是:阅读日历事件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆