0 votes
in Rock by KateQuinn (6.8k points)
edited

This job lives here in Github: https://github.com/9-Embers/Plugin_9Embers/blob/v16/com.9embers.Jobs/SendAttendanceReminderTimeAware.cs

My client (Glow) wants to know, if their groups go from meeting once a week to meeting every two weeks, will the job intelligently adapt to the new schedule? How does it determine when to send out the reminders? Is there any documentation for this job?

The job is configured here for their Connect groups: https://rock.glowchurch.com/admin/system/jobs/101

Task Link: https://app.asana.com/0/1204091697324075/1206398655857359/f

1 Answer

+1 vote
by MarkLee (8.3k points)
edited
 
Best answer

The job will use either day of week or icalendar schedules. As long as they update their schedule properly it should only send reminders on the scheduled days.

https://github.com/9-Embers/Plugin_9Embers/blob/v16/com.9embers.Jobs/SendAttendanceReminderTimeAware.cs#L251

Welcome! Here you can ask questions and receive answers (hopefully) from other members of our team.
...