Difference between revisions of "Cut/make the iCal version of events"
(Created page with "{{Papercut |PapercutGroup=Communications |PapercutStatus=Pending |PapercutType=Other }} Mediawiki can export to icalendar format via special:ask. Otherwise search for more ...") |
|||
Line 17: | Line 17: | ||
When it's ready, just send the url to info@hackerspaces.nl and it will be added there | When it's ready, just send the url to info@hackerspaces.nl and it will be added there | ||
as well :) | as well :) | ||
+ | |||
+ | * and to hackespaces.org | ||
+ | |||
+ | * and to spaceblog.org ?! |
Latest revision as of 13:00, 12 January 2013
Papercut | |
---|---|
SubGroup | Communications |
Status | Pending |
Type | Other |
Contact |
Mediawiki can export to icalendar format via special:ask. Otherwise search for more export/ask formats. Only add an ical header and you're done. BugBlue made that for Hack42 and the source looks like this:
<?php header('Content-Type: text/calendar; charset=UTF-8'); readfile('https://hack42.nl/wiki/Speciaal:Vragen/-.... [hack42.nl]..
.... | format=icalendar ....
Tadaaaah. Well, the same calender is also used on hackerspaces.nl [hackerspaces.nl]. When it's ready, just send the url to info@hackerspaces.nl and it will be added there as well :)
- and to hackespaces.org
- and to spaceblog.org ?!