Google 캘린더에 추가 할 링크
사용자 Google 캘린더에 단일 이벤트를 추가 할 웹 사이트에 링크가있는 정확한 형식에 대해 잘 모르겠습니다. eventbrite가 여기에서 해냈지만 올바른 방향으로 명확한 사양이나 링크를 원합니다.
http://www.eventbrite.com/event/1289487893
http://screencast.com/t/6vvh1khS
다음은 형식을 확인하는 데 사용할 수있는 링크의 예입니다.
주요 쿼리 매개 변수에 유의하십시오.
text
dates
details
location
다음은 또 다른 예입니다 ( http://wordpress.org/support/topic/direct-link-to-add-specific-google-calendar-event 에서 가져옴 ).
<a href="http://www.google.com/calendar/render?
action=TEMPLATE
&text=[event-title]
&dates=[start-custom format='Ymd\\THi00\\Z']/[end-custom format='Ymd\\THi00\\Z']
&details=[description]
&location=[location]
&trp=false
&sprop=
&sprop=name:"
target="_blank" rel="nofollow">Add to my calendar</a>
원하는 경우 이러한 링크를 구성하는 데 도움이되는 양식이 있습니다 (이전 답변에서 언급 됨).
https://support.google.com/calendar/answer/3033039 수정 :이 링크는 더 이상 사용할 수있는 양식을 제공하지 않습니다.
Google 캘린더 및 기타 캘린더 서비스에 대한 포괄적 인 문서가 있습니다. https://github.com/InteractionDesignFoundation/add-event-to-calendar-docs/blob/master/services/google.md
작업 링크의 예 : https://calendar.google.com/calendar/render?action=TEMPLATE&text=Bithday&dates=20201231T193000Z/20201231T223000Z&details=With%20clowns%20and%20stuff&location=North%20Pole
참고 URL : https://stackoverflow.com/questions/10488831/link-to-add-to-google-calendar
'programing' 카테고리의 다른 글
sparse_softmax_cross_entropy_with_logits와 softmax_cross_entropy_with_logits의 차이점은 무엇입니까? (0) | 2020.08.23 |
---|---|
자바 스크립트의 문자열에 문자 추가 (0) | 2020.08.23 |
Zend Framework 2에서 경로, 게시, 가져 오기 등에 액세스하는 방법 (0) | 2020.08.23 |
오픈 소스 프로젝트에 대한 코드 서명 인증서? (0) | 2020.08.22 |
MacRoman, CP1252, Latin1, UTF-8 및 ASCII 간의 인코딩을 안정적으로 추측하는 방법 (0) | 2020.08.22 |