pronamic / wp-pronamic-events

Pronamic Events is a basic plugin to add some Events functionality.
http://www.pronamic.eu/plugins/pronamic-events/
5 stars 3 forks source link

Add custom endpoints for iCal / Google / Yahoo #17

Closed remcotolsma closed 7 years ago

remcotolsma commented 8 years ago

Add custom endpoints for iCal / Google / Yahoo https://codex.wordpress.org/Rewrite_API/add_rewrite_endpoint

https://www.example.com/events/test-event/icalendar https://www.example.com/events/test-event/google-calendar https://www.example.com/events/test-event/yahoo-calendar

http://carlsednaoui.github.io/add-to-calendar-buttons/generator/generator.html

https://www.google.com/calendar/render?action=TEMPLATE&text=Test&dates=20121212T111200Z/20121212T111200Z&details=&location=Tillewei&sprop=&sprop=name:
http://calendar.yahoo.com/?v=60&view=d&type=20&title=Test&st=20121212T121200Z&dur=0000&desc=&in_loc=Tillewei
data:text/calendar;charset=utf8,BEGIN:VCALENDAR%0AVERSION:2.0%0ABEGIN:VEVENT%0AURL:http://carlsednaoui.github.io/add-to-calendar-buttons/generator/generator.html%0ADTSTART:20121212T111200Z%0ADTEND:20121212T111200Z%0ASUMMARY:Test%0ADESCRIPTION:%0ALOCATION:Tillewei%0AEND:VEVENT%0AEND:VCALENDAR
remcotolsma commented 7 years ago

Added in https://github.com/pronamic/wp-pronamic-events/commit/36619bfaccd503653a6b0e3817a6a37c5f577b19.