Skip to content
This repository has been archived by the owner on Apr 17, 2018. It is now read-only.

Recurring meetup #91

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

LucasSloan
Copy link
Contributor

Fulfills: https://code.google.com/p/lesswrong/issues/detail?id=358

Users can now choose to recur their meetup weekly, biweekly or monthly. The creator the meetup gets an email before the meetup gets reposted with the option of preventing the repost.

@@ -29,6 +30,28 @@ def meetup_article_text(meetup):
def meetup_article_title(meetup):
return "Meetup : %s"%meetup.title

def calculate_month_interval(date):
"""Calculates the number of days between a date
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't like having to write and maintain date/time code if I don't have to: it's always really fiddly and yuck. I feel like this sort of thing should exist in a library somewhere - maybe dateutil?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants