[calendar] [feature] Send Daily Digest for Upcoming Events

This commit is contained in:
Rushabh Mehta 2013-07-26 16:05:59 +05:30
parent 1276031fef
commit d65ced5486

View File

@ -39,6 +39,10 @@ def execute_all():
run_fn(flush)
def execute_daily():
# event reminders
from core.doctype.event.event import send_event_digest
run_fn(send_event_digest)
# email digest
from setup.doctype.email_digest.email_digest import send
run_fn(send)