我见过一个非常具体和专业的网页小部件(例如http://whatsnextlectures-work.eventbrite.com/和meetup.com)。请帮我找到创建链接的库。
我看过Need a service that build calendar (iCal, outlook) links,但这个答案似乎解决了屏幕日历的需要,而不仅仅是链接。
感谢
答案 0 :(得分:1)
或者,您可以在下面的注册表项中创建和锚定链接/按钮以打开Outlook日历
下面是标记
<button id="outlookCalendarBtn" onclick="window.open('outlookwebcal:')">
Open Outlook Calendar
</button>
在注册表项下面创建
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\outlookwebcal]
@="URL:Outlook Add Internet Calendar"
"URL Protocol"=""
[HKEY_CLASSES_ROOT\outlookwebcal\shell]
@="open"
[HKEY_CLASSES_ROOT\outlookwebcal\shell\open]
[HKEY_CLASSES_ROOT\outlookwebcal\shell\open\command]
@="\"C:\\Program Files\\Microsoft Office\\root\\office16\\Outlook.exe\" /select outlook:calendar"
答案 1 :(得分:0)
即使我正在寻找同样的图书馆Mr.Richard,但在达到3天之后我终于找到了这个。 http://tardate.blogspot.com/2010/10/add-to-calendar-with-jquery-widget.html
但是iCal不包含在此库中,您需要明确添加它。