나는 두뇌가 없어야한다는 것을 알고 있으며 한 달 전에 해결책을 찾았지만 우연히 삭제했다 (oops)!MSG Google 캘린더 피드 추가
this page에서 작은 위젯 달력을 만들 수 있습니다. 날짜 선택 및 의제 (예 모두 필요)
으로 그것은과 같이 몇 가지 코드를 생성 : 항상 일정을 지정하지 않는 그러나
<script src="http://www.gmodules.com/ig/ifr?url=http://www.google.com/ig/modules/calendar3.xml&up_calendarFeeds=&up_calendarColors=&up_firstDay=0&up_dateFormat=0&up_timeFormat=1%3A00pm&up_showDatepicker=1&up_hideAgenda=0&up_showEmptyDays=0&up_showExpiredEvents=1&synd=open&w=320&h=165&title=__MSG_Google_Calendar__&lang=en&country=ALL&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script>
로컬 달력을로드합니다. 변수 up_calendarFeeds
이 거기에 있다는 것을 알았습니다. 피드를 추가하려고해야한다는 생각이 들었습니다. 피드에서 google's page을 (를) 검색했습니다. 피드의 URL이의 형식으로 말한다 : basic
이상
https://www.google.com/calendar/feeds/userID/private-magicCookie/full
full
이있는 나는 가제트가 사용하는 가정, 기계 읽을 수 있습니다. 그러나 내 데이터로 up_calenderFeeds
변수를 설정하면 아무 것도로드되지 않습니다. 내가 뭘 놓치고 있니? 이것은 내 마지막 코드입니다.
<script src="http://www.gmodules.com/ig/ifr?url=http://www.google.com/ig/modules/calendar3.xml&up_calendarFeeds=https://www.google.com/calendar/feeds/[email protected]/private-0b7544f4b5f2198fc76c96e59f285dad/full&up_calendarColors=&up_firstDay=0&up_dateFormat=0&up_timeFormat=1%3A00pm&up_showDatepicker=1&up_hideAgenda=0&up_showEmptyDays=0&up_showExpiredEvents=1&synd=open&w=195&h=500&title=Portland+IPA+Calendar&lang=en&country=ALL&border=%23ffffff%7C3px%2C0px+solid+%23999999&output=js"></script>
확실하지 않습니다 개인 키를 사용해야합니까? – ohmusama