Abe Hanoka

Results 116 comments of Abe Hanoka

I tried the change out in the example project and it works

Another approach is to use the builtin `title` filter ``` {% load i18n %} {% for item in breadcrumbs %} {% if forloop.last %} {{ item.name|title }} {% else %}...

Pipedream has a simular trigger but its specific for google calendar https://github.com/PipedreamHQ/pipedream/blob/master/components/google_calendar/sources/new-or-updated-event-instant/new-or-updated-event-instant.mjs I think the same concept can be applied more broadly to any calendar feed

Can I make a suggestion? the python example on site (https://pipedream.com/apps/ical) returns an error that is because you cannot simply convert ical into json you need to make use of...

there is an open issue regarding adding suport for json https://github.com/collective/icalendar/issues/703

``` {% if not request.session.detected_tz %} // Trigger a reload on the next tick after the session should be updated setTimeout(function() { window.location.reload(); }, 1000); // Adjust the delay as...

Not ready to merge as my implementation doesn't work for all (specifically the list view) I'm not super familiar with the inner workings...