django-schedule icon indicating copy to clipboard operation
django-schedule copied to clipboard

NOT MAINTAINED - see other forks

Results 9 django-schedule issues
Sort by recently updated
recently updated
newest added

How to set the GET_EVENTS_FUNC setting in settings to allow for the view of events from multiple calendars. I wish to have a drop down list with calendars and checkboxes...

Hi! I would like to package this for Debian, thus I wonder if there is any central repo that I can use as upstream source? Checking the huge network graph...

Pardon me if I'm missing something, but I've been trying to get an events occurrences, preferably for a given day. When I use event.get_occurrence(date), it always returns nothing. But when...

I m not sure if i had it configured properly or not but 1. user1 logs in and creates an event 2. user2 logs in and creates an event 3....

The occurrences_after() methods relay on Event.end_recurring_period field to be present/not null/None and error. But Event can have it's duration ended by some other parameter. Fix is quite simple: on line...

If you change start/end of an event which has some persisted occurrences, the original occurrences reappear thus causing duplication (reported by gautamadude).

Testing the project_sample site, and when trying to use feeds, Django raises Type error Django Version: 1.3 Exception Type: TypeError Exception Value: **init**() takes exactly 3 arguments (1 given) ```...

I encountered this problem after an update. It looks like the code at: https://github.com/bartekgorny/django-schedule/blob/master/schedule/views.py#L206 was changed from: elif not [x for x in (year, month, day, hour, minute, second) if...