David Moore
David Moore
Thanks for prompting me to look at Joyous again. Hopefully I will find some time to do a 1.5.0 release soon.
Having one event with multiple from and to times is an interesting idea. Not something that I have seen the need for up until now. With Joyous (currently) you could...
Thank you, I understand. In your ideal solution: 1. Would every event type (SimpleEvent, MultidayEvent, RecurringEvent, MultidayRecurringEvent, Postponement) have multiple timeslots? 2. Would it be possible to leave the time_from...
So, if I understand correctly your site is structured something like this? ``` Home-Calendar +--- Sub-Calendar1 | +--- Event1 | +--- Event2 +--- Sub-Calendar2 +--- Event3 +--- Event4 ``` Where:...
Thanks for the clarification. I guess I was just looking for the question I already had an answer for :-). I think your approach in subclassing the school calendars is...
Thanks for the PR. I have created Issue #35 to track this.
I have never used django-model-utils, but would it not be easier just to use a StatusField with a different name instead of using the StatusModel mixin? e.g. ``` class DeliveryPage(joyous.models.EventBase):...
Closing this issue as I have had no response
Where I would like to get to is where there was just one Event type and one Exception type. There is a [discussion document](https://github.com/linuxsoftware/ls.joyous/wiki/Event-Types) on this in the wiki. Code...