added level up and youth group services
This commit is contained in:
		
							parent
							
								
									1e0fbccd07
								
							
						
					
					
						commit
						bfb38e6a00
					
				| @ -7,7 +7,7 @@ CHURCH CALENDAR EVENTS LIST | ||||
| 
 | ||||
| """ | ||||
| from calendar import SUNDAY, MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY | ||||
| 
 | ||||
| # level up first monday 6:00-7:30  Youth Group wednesday 6:00 | ||||
| EVENT_LIST = (  #                                       -------------   ---------------- | ||||
|     # day        weeks                start    end      venue           category             name                                description | ||||
|     (SUNDAY,     [1               ],  10, 00,  12, 00,  "Main Campus",  "Sunday Service",    "Sunday Service 10:00am",           "Prayer Room open from 8:30 AM to 9:30 AM. Worship Service starts at 10:00 AM. First Sunday of the month is Missions Sunday"), | ||||
| @ -16,13 +16,15 @@ EVENT_LIST = (  #                                       -------------   -------- | ||||
|     (SUNDAY,     [4               ],  10, 00,  12, 00,  "Main Campus",  "Sunday Service",    "Sunday Service 10:00am",           "Prayer Room open from 8:30 AM to 9:30 AM. Worship Service starts at 10:00 AM. Fourth Sunday of the month is Coins for Kids Sunday"), | ||||
|     (SUNDAY,     [5               ],  10, 00,  12, 00,  "Main Campus",  "Sunday Service",    "Sunday Service 10:00am",           "Prayer Room open from 8:30 AM to 9:30 AM. Worship Service starts at 10:00 AM. Fifth Sunday of the month is Potluck Sunday"), | ||||
|     (SUNDAY,     [1, 2, 3, 4, 5, 6],  18, 00,  19, 00,  "Main Campus",  "Sunday Service",    "Sunday Eventing Service",          ""), | ||||
|     (MONDAY,     [1               ],  18, 00,  19, 30,  "Main Campus",  "Connecting Point",  "Level Up 6:00pm",                  ""), | ||||
|     (MONDAY,     [2               ],  18, 00,  19, 30,  "Main Campus",  "Woman's Meeting",   "Ladies Night Out 6:00pm",          "Come join us for a time of fun and fellowship\n\nBabysitting will be provided."), | ||||
|     (TUESDAY,    [1, 2, 3, 4, 5, 6],  18, 00,  20, 00,  "Main Campus",  "Grief Share",       "Grief Share 6:00pm",               ""), | ||||
|     (WEDNESDAY,  [1, 2, 3, 4, 5   ],   7, 00,   8, 00,  "SOCO",         "Youth Group",       "Youth Bible Study 7:00am",         "Coffee and bible study for high school age youth"), | ||||
|     (WEDNESDAY,  [2               ],   8, 00,  12, 00,  "Main Campus",  "Connecting Point",  "Connecting Point 8:00am",          ""), | ||||
|     (WEDNESDAY,  [3               ],  11, 30,  14, 00,  "Main Campus",  "Silver Seekers",    "Silver Seekers 11:30am",           "For those 60 and up. Join us for some food and some exciting events and fellowship."), | ||||
|     (WEDNESDAY,  [1, 2, 3, 4, 5   ],  18, 00,  20, 00,  "Main Campus",  "Youth Group",       "Youth Group 6:00pm",         ""), | ||||
|     (WEDNESDAY,  [1, 2, 3, 4, 5   ],  18, 00,  20, 00,  "Main Campus",  "Mid Week Service",  "Mid Week Service 6:00pm",          ""), | ||||
|     (THURSDAY,   [1, 2, 3, 4, 5   ],  18, 00,  20, 00,  "Main Campus",  "Woman's Meeting",   "Woman's Meeting 10:00am",          "Woman 2 Woman Bible Study"), | ||||
|     (THURSDAY,   [1, 2, 3, 4, 5   ],  10, 00,  12, 00,  "Main Campus",  "Woman's Meeting",   "Woman's Meeting 10:00am",          "Woman 2 Woman Bible Study"), | ||||
|     (FRIDAY,     [1, 2, 3, 4      ],  18, 30,  20, 30,  "Main Campus",  "Men's Meeting",     "For Men Only 6:30pm",              "Men's Bible Study"), | ||||
|     (FRIDAY,     [5               ],  19, 00,  21, 00,  "Main Campus",  "Movie Night",       "Family Movie Night 7:00pm",        "To Be Announced"), | ||||
|     (SATURDAY,   [2               ],   8, 00,  10, 00,  "Main Campus",  "Men's Meeting",     "Men's Breakfast 8:00am",           ""), | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user