Miguel Paolino
Miguel Paolino
It looks like cffi might not be able to load dylibs. Can you confirm that? I know ctypes can, it's slower but maybe a fallback to ctypes can be a...
Correction, cffi does support dylibs. This email seems relevant https://groups.google.com/forum/#!searchin/python-cffi/OSX$20in$20non-system$20Python/python-cffi/ZSj7xd7qAFQ/nJv33dDeFk8J
This bug is probably deprecated as its too old, but I'll explain what I did to customize my calendars for future reference. Start, end and slot duration on the web...
And yes, three config values for these would be great!
@llazzaro Isn't this fixed?
@sinanthottan this is an usage question, a new ticket would be better, for the sake of minimum organization I'll ignore further comments on this thread. If you're still having issues...
AFAIK this is by design. Templates do not contemplate the case where events span across slots, also there is an event occurrence query for every slot which makes it fairly...
@sushovan23 I've tried your example on my latest ``develop`` branch and it works fine. Please notice that there where several other merged fixes after #271. Can you please share what...
I couldn't reproduce your bug but I found another issue, the end_recurring_period is not being honored, and the occurrences in weekly views from your test case never ends. I'm making...
@sushovan23 do you mind testing my branch under https://github.com/mpaolino/django-scheduler (``develop`` branch)?. I'll make a PR if you confirm its fixed for you.