BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//FGS BT Boston - ECPv6.5.1.4//NONSGML v1.0//EN
CALSCALE:GREGORIAN
METHOD:PUBLISH
X-WR-CALNAME:FGS BT Boston
X-ORIGINAL-URL:https://fgsbtboston.org
X-WR-CALDESC:Events for FGS BT Boston
REFRESH-INTERVAL;VALUE=DURATION:PT1H
X-Robots-Tag:noindex
X-PUBLISHED-TTL:PT1H
BEGIN:VTIMEZONE
TZID:America/New_York
BEGIN:DAYLIGHT
TZOFFSETFROM:-0500
TZOFFSETTO:-0400
TZNAME:EDT
DTSTART:20240310T070000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0400
TZOFFSETTO:-0500
TZNAME:EST
DTSTART:20241103T060000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/New_York:20240516T200000
DTEND;TZID=America/New_York:20240516T210000
DTSTAMP:20260611T002601
CREATED:20240502T042717Z
LAST-MODIFIED:20240514T014900Z
UID:6568-1715889600-1715893200@fgsbtboston.org
SUMMARY:2024 線上讀書會
DESCRIPTION:閱讀書籍：星月大師全集《佛教管理學》
URL:https://fgsbtboston.org/event/2024-%e7%b7%9a%e4%b8%8a%e8%ae%80%e6%9b%b8%e6%9c%83-%e4%ba%94%e6%9c%88-16/
LOCATION:佛光山波士頓三佛中心\, 711 Concord Ave\, Cambridge\, MA\, 02138\, United States
CATEGORIES:zh
ORGANIZER;CN="%E4%BD%9B%E5%85%89%E5%B1%B1%E6%B3%A2%E5%A3%AB%E9%A0%93%E4%B8%89%E4%BD%9B%E4%B8%AD%E5%BF%83":MAILTO:boston@ibps.org
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/New_York:20240512T100000
DTEND;TZID=America/New_York:20240512T120000
DTSTAMP:20260611T002601
CREATED:20240502T063549Z
LAST-MODIFIED:20240503T052634Z
UID:6614-1715508000-1715515200@fgsbtboston.org
SUMMARY:全球同步 抄經修持
DESCRIPTION:佛光山開山58週年
URL:https://fgsbtboston.org/event/%e5%85%a8%e7%90%83%e5%90%8c%e6%ad%a5-%e6%8a%84%e7%b6%93%e4%bf%ae%e6%8c%81/
LOCATION:佛光山波士頓三佛中心\, 711 Concord Ave\, Cambridge\, MA\, 02138\, United States
CATEGORIES:zh
ORGANIZER;CN="%E4%BD%9B%E5%85%89%E5%B1%B1%E6%B3%A2%E5%A3%AB%E9%A0%93%E4%B8%89%E4%BD%9B%E4%B8%AD%E5%BF%83":MAILTO:boston@ibps.org
END:VEVENT
END:VCALENDAR<!DOCTYPE html>
<html lang="en-US">
<head>
	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
	<meta name="viewport" content="width=device-width">
		<meta name='robots' content='max-image-preview:large, noindex, follow' />
	<title>WordPress &rsaquo; Error</title>
	<style type="text/css">
		html {
			background: #f1f1f1;
		}
		body {
			background: #fff;
			border: 1px solid #ccd0d4;
			color: #444;
			font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
			margin: 2em auto;
			padding: 1em 2em;
			max-width: 700px;
			-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
			box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
		}
		h1 {
			border-bottom: 1px solid #dadada;
			clear: both;
			color: #666;
			font-size: 24px;
			margin: 30px 0 0 0;
			padding: 0;
			padding-bottom: 7px;
		}
		#error-page {
			margin-top: 50px;
		}
		#error-page p,
		#error-page .wp-die-message {
			font-size: 14px;
			line-height: 1.5;
			margin: 25px 0 20px;
		}
		#error-page code {
			font-family: Consolas, Monaco, monospace;
		}
		ul li {
			margin-bottom: 10px;
			font-size: 14px ;
		}
		a {
			color: #2271b1;
		}
		a:hover,
		a:active {
			color: #135e96;
		}
		a:focus {
			color: #043959;
			box-shadow: 0 0 0 2px #2271b1;
			outline: 2px solid transparent;
		}
		.button {
			background: #f3f5f6;
			border: 1px solid #016087;
			color: #016087;
			display: inline-block;
			text-decoration: none;
			font-size: 13px;
			line-height: 2;
			height: 28px;
			margin: 0;
			padding: 0 10px 1px;
			cursor: pointer;
			-webkit-border-radius: 3px;
			-webkit-appearance: none;
			border-radius: 3px;
			white-space: nowrap;
			-webkit-box-sizing: border-box;
			-moz-box-sizing:    border-box;
			box-sizing:         border-box;

			vertical-align: top;
		}

		.button.button-large {
			line-height: 2.30769231;
			min-height: 32px;
			padding: 0 12px;
		}

		.button:hover,
		.button:focus {
			background: #f1f1f1;
		}

		.button:focus {
			background: #f3f5f6;
			border-color: #007cba;
			-webkit-box-shadow: 0 0 0 1px #007cba;
			box-shadow: 0 0 0 1px #007cba;
			color: #016087;
			outline: 2px solid transparent;
			outline-offset: 0;
		}

		.button:active {
			background: #f3f5f6;
			border-color: #7e8993;
			-webkit-box-shadow: none;
			box-shadow: none;
		}

			</style>
</head>
<body id="error-page">
	<div class="wp-die-message"><h1>Error establishing a Redis connection</h1>
<p>To disable Redis, delete the <code>object-cache.php</code> file in the <code>/wp-content/</code> directory.</p>
</div></body>
</html>
	