[Discussion] Calendar Coding Style

CakePHP has adopted PSR-2 … We don’t need to use an old version of PHPCS in TravisCI for the version of Cake calendar is running. (3.4) :slight_smile:

https://bakery.cakephp.org/2014/12/16/CakePHP-3-to-fully-adopt-PSR-2.html

@denzuko

This seems like the place to ask.

With Perl/CGI I can download a page, process it, and put the results on a website. It works, for instance, with Craigslist and Yahoo Finance. However, when I point it at our calendar, I get nothing. Anyone know why?

With cutting and pasting I can put the calendar in a file called calnew.txt, run a Perl program, and only see calendar events I haven’t seen before. Then I need to save calnew.txt to calold.txt so it will be ready for the next time.

If I could get the raw data I’d like to make a webpage anyone could use to only see events new for that person.

It seems like someone else may have already done the heavy lifting, since this is roughly what the New Events application does.
https://talk.dallasmakerspace.org/t/updated-android-app-for-tracking-events-added-to-the-dms-calendar/33995

There’s also the feed, which might come close to what you want…
https://calendar.dallasmakerspace.org/events/feed

One thread on that for reference
https://talk.dallasmakerspace.org/t/rss-feed-for-new-classes/35114/

There are others…

I’m actually developing the RSS feed for the calendar. It is not out yet. But it is done.

https://talk.dallasmakerspace.org/t/something-never-seen-on-the-events-calendar/35706

1 Like

Wow, I’m surprised nobody told me about that app before! Very handy!

2 Likes