我想在我的网络应用程序中制作活动日历。
我使用这个例子,但是当我执行它时它返回错误。
http://www.codeproject.com/Articles/201907/Using-Google-Calendar-in-an-ASP-NET-Website
ERROR IS GIVEN BELOW
-----------------------------------------------------------------------------------
Compiler Error Message: CS0103: The name 'GetCalendarID' does not exist in the current context
Source Error:
Line 11: <div>
Line 12:
Line 13: <iframe name="a" src="https://www.Google.com/calendar/embed?src=<%=GetCalendarID()%>&ctz=Europe%2FMoscow"
Line 14: style="border: 0" width="800"
Line 15: height="600" frameborder="0" scrolling="no" id="Test">
-----------------------------------------------------------------------------------
任何人都可以帮助我吗?
或者如果您有更好的解决方案,请告诉我
问候, Mehmood Alvi