Web アプリケーションでイベント カレンダーを作成したいと考えています。
この例を使用しますが、実行するとエラーが返されます。
http://www.codeproject.com/Articles/201907/Using-Google-Calendar-in-an-ASP-NET-Web サイト
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