将活动添加到谷歌日历和雅虎日历
如何在 ASP.NET 中将事件添加到 google 日历和 yahoo 日历?
How can I add an event to google calendar and yahoo calendar in asp.net?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
如何在 ASP.NET 中将事件添加到 google 日历和 yahoo 日历?
How can I add an event to google calendar and yahoo calendar in asp.net?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
以下链接也可能对雅虎日历有所帮助:
向用户日历添加事件 – 第 2 部分 – Web 日历
向 Yahoo 添加日历活动
Yahoo!日历“添加事件”种子 URL 参数
The following links may also help with yahoo calendar:
Adding Events to Users Calendars – Part 2 – Web Calendars
Adding Calendar Events to Yahoo
Yahoo! Calendar "Add Event" Seed URL Parameters
下载 api,查看 api。
http://code.google.com/apis/calendar/data/2.0 /developers_guide_dotnet.html
请注意创建事件的部分
来自:http://code.google.com/apis/calendar /data/2.0/developers_guide_dotnet.html#CreatingSingle
对服务进行身份验证
创建事件
download the api, review the api.
http://code.google.com/apis/calendar/data/2.0/developers_guide_dotnet.html
Note the section for creating events
From: http://code.google.com/apis/calendar/data/2.0/developers_guide_dotnet.html#CreatingSingle
Authenticate to the service
Create the event
https://calendar.google.com/calendar/render?action=TEMPLATE&text=Bithday&dates=20201231T193000Z/20201231T223000Z&details=With%20clowns%20and%20stuff&location=North%20Pole
)https://calendar.yahoo.com/?v=60&st=st20201231T193000&DUR=0200&desc=With%20clowns%20and%20stuff&in_loc=North%20Pole
)https://calendar.google.com/calendar/render?action=TEMPLATE&text=Bithday&dates=20201231T193000Z/20201231T223000Z&details=With%20clowns%20and%20stuff&location=North%20Pole
)https://calendar.yahoo.com/?v=60&st=st20201231T193000&DUR=0200&desc=With%20clowns%20and%20stuff&in_loc=North%20Pole
)