Results 21 comments of Isa

Is it possible to set the "type" of different YAML parameters in javascript (not typescript) so as to avoid this? Or to tell matter to interpret all parameters as strings?

I am guessing there will be some excess code hidden around, but the app works very nicely!

There were a bunch of cases given the standard rrule usage that produced flat our wrong occurrences. If you gave it rules that should have no occurrences, it didn't actually...

currently Gcal uses this method for editing events: **Only this event**: similar to the occurrence edit here **All in event**: this not only changes the event model, but also goes...

I only work on the fullcalendar view, so its out of my scope :D

This still does not address the issue when you have a recurring event whose end recurring period ends after a DST switch. I have all event times being stored as...

This code uses the UTC timezone as specified in the models file. Perhaps I am converting timezones incorrectly? ``` import pytz import datetime from django.utils import timezone from schedule.models import...

Yes, I know. What I am saying is that standard code within the Event model defintion takes UTC to be the timezone if USE_TZ is set to True in the...