programing

Google 캘린더에 추가 할 링크

nasanasas 2020. 8. 23. 09:17
반응형

Google 캘린더에 추가 할 링크


사용자 Google 캘린더에 단일 이벤트를 추가 할 웹 사이트에 링크가있는 정확한 형식에 대해 잘 모르겠습니다. eventbrite가 여기에서 해냈지만 올바른 방향으로 명확한 사양이나 링크를 원합니다.

http://www.eventbrite.com/event/1289487893

http://screencast.com/t/6vvh1khS


다음은 형식을 확인하는 데 사용할 수있는 링크의 예입니다.

https://www.google.com/calendar/render?action=TEMPLATE&text=Your+Event+Name&dates=20140127T224000Z/20140320T221500Z&details=For+details,+link+here:+http://www.example.com&location=Waldorf+ Astoria, + 301 + Park + Ave +, + New + York, + NY + 10022 & sf = true & output = xml

주요 쿼리 매개 변수에 유의하십시오.

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

반응형