Read the statement by Michael Teeuw here.
Trashday modules based on ICAL
-
I see enough trash day moduls based on excel documents etc.
The garbage collector here uses ICAL
Is there a module based on ICAL? Or does someone else have a good idea? or has made one?
I could not find anything that is based on ICAL.Thanks!
*Random link to garbage collector website ical *
https://inzamelkalender.hvcgroep.nl/ical/0441200000002545 -
If you just want to show the day the trash is picked up you could as well include the ical into the calendar module…
-
@lavolp3 That’s right, I already have that. I only want it in a separate module. Because that’s nicer.
-
@Screwyoudriver OK makes sense. I thought about some module like this as well.
BTW: Another workaround would be to fetch the notification that is distributed by calendar:
broadcastEvents: function () { var eventList = []; for (var url in this.calendarData) { var calendar = this.calendarData[url]; for (var e in calendar) { var event = cloneObject(calendar[e]); event.symbol = this.symbolsForUrl(url); event.calendarName = this.calendarNameForUrl(url); event.color = this.colorForUrl(url); delete event.url; eventList.push(event); } } eventList.sort(function(a,b) { return a.startDate - b.startDate; }); this.sendNotification("CALENDAR_EVENTS", eventList); }calendar could do the conversion work for the trash module, and the trash module could just fetch and filter the events for trash-related ones.
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login