planning_center 0.1.0 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a34fc0ff6cc6efb35514fa47bc80165c0b766ac6
4
- data.tar.gz: b92486be59a5ae785fec458ddade72ca1ed4d342
3
+ metadata.gz: 159121da7603076333824f1e7ce1bee827de365e
4
+ data.tar.gz: fe9c7828b7f5751e70f417eada4cc7bec3fcc25c
5
5
  SHA512:
6
- metadata.gz: 88618ede27bed7636e773d461f956053eff6f1a7138849a29fd95b059484af2a426e2ddfdeb6ce8cc47e655d1d64e9b2c9fff427f6928112ef54e2af889aa05a
7
- data.tar.gz: 845c1693ff0c6a0e4cb4764c557cd158c8d90c06c156880c3456636fba360bc0a716b69f9450b08cbd105978bf549e059745249dab7878e4b429e91f30316b09
6
+ metadata.gz: ab125cb190684ff8ac4cdc36133ee1d7a4039f4ac0f9a7a00214b1081831a22bcef6343b6267b68b7bdefbfd425d925fb85c364397b85e40d1e764e900b8fdfe
7
+ data.tar.gz: 059216a7be26ade811eba279907ce563466c75ad0d11dfe8c2bc005b9dd1a4336e34961a23bb30f6e9526687be5cf289ecca06069b1dd6c2ed1984f2e79fbb8e
data/README.md CHANGED
@@ -2,6 +2,7 @@
2
2
 
3
3
  [![Build Status](https://img.shields.io/travis/molawson/planning_center.svg)](https://travis-ci.org/molawson/planning_center)
4
4
  [![Code Climate](https://img.shields.io/codeclimate/github/molawson/planning_center.svg)](https://codeclimate.com/github/molawson/planning_center)
5
+ [![Code Climate Coverage](https://img.shields.io/codeclimate/coverage/github/molawson/planning_center.svg)](https://codeclimate.com/github/molawson/planning_center)
5
6
 
6
7
  Ruby wrapper for the Planning Center Online API.
7
8
 
@@ -8,7 +8,9 @@ module PlanningCenter
8
8
  require 'planning_center/lazy_attributes'
9
9
 
10
10
  require 'planning_center/base'
11
+ require 'planning_center/arrangement'
12
+ require 'planning_center/item'
11
13
  require 'planning_center/organization'
12
- require 'planning_center/service_type'
13
14
  require 'planning_center/plan'
15
+ require 'planning_center/service_type'
14
16
  end
@@ -0,0 +1,10 @@
1
+ # encoding: utf-8
2
+
3
+ module PlanningCenter
4
+ class Arrangement < Base
5
+ def self.find(id, client)
6
+ attrs = client.get("/arrangements/#{id}.json")
7
+ new(attrs, client)
8
+ end
9
+ end
10
+ end
@@ -0,0 +1,9 @@
1
+ # encoding: utf-8
2
+
3
+ module PlanningCenter
4
+ class Item < Base
5
+ def arrangement
6
+ @arrangement ||= Arrangement.find(arrangement_id, client)
7
+ end
8
+ end
9
+ end
@@ -35,6 +35,10 @@ module PlanningCenter
35
35
  plan
36
36
  end
37
37
 
38
+ def items
39
+ attrs['items'].map { |item_attrs| Item.new(item_attrs, client) }
40
+ end
41
+
38
42
  private
39
43
 
40
44
  def complete_attrs
@@ -1,5 +1,5 @@
1
1
  # encoding: utf-8
2
2
 
3
3
  module PlanningCenter
4
- VERSION = '0.1.0'
4
+ VERSION = '0.2.0'
5
5
  end
@@ -0,0 +1,82 @@
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: get
5
+ uri: https://planningcenteronline.com/arrangements/8535124.json
6
+ body:
7
+ encoding: US-ASCII
8
+ string: ''
9
+ headers:
10
+ Accept-Encoding:
11
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
12
+ Accept:
13
+ - "*/*"
14
+ User-Agent:
15
+ - OAuth gem v0.4.7
16
+ Authorization:
17
+ - OAuth oauth_consumer_key="<PCO_CONSUMER_KEY>", oauth_nonce="il8Q8wy1CoLRxCtze0OQVmc3bj9X3BeuzGjMfLwgDA",
18
+ oauth_signature="CsXQU8R0ZjCDlGXr%2B5%2BzodoweD0%3D", oauth_signature_method="HMAC-SHA1",
19
+ oauth_timestamp="1398293046", oauth_token="<PCO_ACCESS_TOKEN>", oauth_version="1.0"
20
+ response:
21
+ status:
22
+ code: 200
23
+ message: OK
24
+ headers:
25
+ Server:
26
+ - nginx
27
+ Date:
28
+ - Wed, 23 Apr 2014 22:44:14 GMT
29
+ Content-Type:
30
+ - application/json; charset=utf-8
31
+ Transfer-Encoding:
32
+ - chunked
33
+ Connection:
34
+ - keep-alive
35
+ Status:
36
+ - 200 OK
37
+ Last-Modified:
38
+ - Wed, 23 Apr 2014 22:44:07 GMT
39
+ Expires:
40
+ - '0'
41
+ Pragma:
42
+ - no-cache
43
+ Cache-Control:
44
+ - must-revalidate, no-cache, no-store, private, max-age=0, post-check=0, pre-check=0
45
+ X-Ua-Compatible:
46
+ - IE=Edge,chrome=1
47
+ Set-Cookie:
48
+ - _account_center_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFVEkiJTI4N2Q4YTZiNTJjZGQyNzUxZDc1ZTZiNTRlODgyNGFhBjsAVA%3D%3D--e609b427463e257da0d7bec91090d2ff47553b0a;
49
+ domain=.planningcenteronline.com; path=/; expires=Wed, 07-May-2014 22:44:07
50
+ GMT; HttpOnly
51
+ X-Request-Id:
52
+ - 5e0d4ed8c2895beb63ac0e25a32cfa4f
53
+ X-Runtime:
54
+ - '0.052565'
55
+ X-Rack-Cache:
56
+ - miss
57
+ X-Cache:
58
+ - MISS
59
+ body:
60
+ encoding: UTF-8
61
+ string: "{\"id\":8535124,\"name\":\"Default Arrangement\",\"bpm\":null,\"has_chords\":false,\"has_chord_chart\":true,\"length\":0,\"sequence_to_s\":\"V1,
62
+ V2, C, V3, C, B, C\",\"meter\":\"\",\"song_id\":7591606,\"update_by_id\":1,\"created_by_id\":2768489,\"updated_at\":\"2014/04/23
63
+ 22:15:01 +0000\",\"created_at\":\"2014/03/22 15:40:55 +0000\",\"notes\":\"\",\"minutes\":0,\"seconds\":0,\"formatted_length\":\"0:00\",\"custom_zooms\":[],\"chord_chart\":\"Verse
64
+ 1:\\r\\nRock of Ages, cleft for me\\r\\nLet me hide myself in thee\\r\\nLet
65
+ the water and the blood\\r\\nFrom thy wounded side which flowed\\r\\nBe of
66
+ sin the double cure\\r\\nSave from wrath and make me pure\\r\\n\\r\\nVerse
67
+ 2:\\r\\nNot the labours of my hands\\r\\nCan fulfill the law\\u2019s commands\\r\\nShould
68
+ my passion never fade\\r\\nAnd my efforts all be weighed\\r\\nAll for sin
69
+ could not atone\\r\\nYou must save and you alone\\r\\n\\r\\nChorus: \\r\\nRock
70
+ of Ages\\r\\nNo one takes your life\\r\\nYet you died that I might live\\r\\nCostly
71
+ grace you freely give\\r\\nRock of Ages\\r\\nYou have paid the price\\r\\nYou
72
+ were cleft to cover me\\r\\nLet me hide myself in thee\\r\\n\\r\\nVerse 3:\\r\\nNothing
73
+ in my hands I bring\\r\\nSimply to the cross I cling\\r\\nNaked come to thee
74
+ for dress\\r\\nHelpless look to thee for grace\\r\\nWretched to the fount
75
+ I fly\\r\\nWash me, Saviour, or I die\\r\\n\\r\\nBridge: \\r\\nAnd while I
76
+ draw my final breath\\r\\nI\\u2019ll rest upon your grace\\r\\nAnd when I
77
+ close my eyes in death\\r\\nI\\u2019ll wake to see your face\\r\\n\",\"attachments\":[{\"id\":\"lyric_chart-8535124\",\"url\":\"https://services.planningcenteronline.com/arrangements/8535124/lyric_chart?sequence_id=\",\"allow_mp3_download\":false,\"content_type\":\"application/octet-stream\",\"filename\":\"Rock
78
+ Of Ages - lyrics.pdf\",\"downloadable\":true,\"streamable\":false,\"comma_separated_page_order\":null,\"comma_separated_attachment_type_ids\":\"\",\"linked_object_type\":\"Arrangement\",\"linked_object_id\":8535124,\"offset_x\":null,\"offset_y\":null,\"zoom\":null,\"custom_zooms\":[],\"secure_link\":\"eJwNyNEKgjAUAFCCkL6jD3DL1FSQELIoeuylJ9mud3OlV9tW1D_00XUez3xxXM6-nfeTKxhzaF8G0IVTL4gMaUDyaEfqDWEI48CEtYI0Dv93DE_vWwzdfWf3U6Wr-qoP50gp4JBkyGWaK6GyiPMclVxtIoB2nUuepEksW9Z_rIEGOmH91uHjiQTYmLYMiqC-_ACtazOc53c6670ceb3fcb9615195a163bbf0ffccd14d114\",\"updated_at\":\"2014/04/23
79
+ 22:15:01 +0000\"}],\"chord_chart_key\":\"Ab\",\"chord_chart_font\":\"Courier\",\"chord_chart_columns\":1,\"chord_chart_font_size\":12,\"properties\":[]}"
80
+ http_version:
81
+ recorded_at: Wed, 23 Apr 2014 22:44:07 GMT
82
+ recorded_with: VCR 2.9.0
@@ -0,0 +1,82 @@
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: get
5
+ uri: https://planningcenteronline.com/arrangements/8535124.json
6
+ body:
7
+ encoding: US-ASCII
8
+ string: ''
9
+ headers:
10
+ Accept-Encoding:
11
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
12
+ Accept:
13
+ - "*/*"
14
+ User-Agent:
15
+ - OAuth gem v0.4.7
16
+ Authorization:
17
+ - OAuth oauth_consumer_key="<PCO_CONSUMER_KEY>", oauth_nonce="byQEPMb8vSLjPfeQTv6HgvqpWSZjyyQ5y6lxVUnCjQ",
18
+ oauth_signature="S4oQ7yYQkfaYx3gGrLyQFg%2BE0yc%3D", oauth_signature_method="HMAC-SHA1",
19
+ oauth_timestamp="1398293342", oauth_token="<PCO_ACCESS_TOKEN>", oauth_version="1.0"
20
+ response:
21
+ status:
22
+ code: 200
23
+ message: OK
24
+ headers:
25
+ Server:
26
+ - nginx
27
+ Date:
28
+ - Wed, 23 Apr 2014 22:49:11 GMT
29
+ Content-Type:
30
+ - application/json; charset=utf-8
31
+ Transfer-Encoding:
32
+ - chunked
33
+ Connection:
34
+ - keep-alive
35
+ Status:
36
+ - 200 OK
37
+ Last-Modified:
38
+ - Wed, 23 Apr 2014 22:49:04 GMT
39
+ Expires:
40
+ - '0'
41
+ Pragma:
42
+ - no-cache
43
+ Cache-Control:
44
+ - must-revalidate, no-cache, no-store, private, max-age=0, post-check=0, pre-check=0
45
+ X-Ua-Compatible:
46
+ - IE=Edge,chrome=1
47
+ Set-Cookie:
48
+ - _account_center_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFVEkiJWUyYjM1MjhjNzllZmJiYjNhNGRhODk5OTRkNjY2N2FhBjsAVA%3D%3D--07314c98781bf8023110028c7c48d0c405cd7ff2;
49
+ domain=.planningcenteronline.com; path=/; expires=Wed, 07-May-2014 22:49:04
50
+ GMT; HttpOnly
51
+ X-Request-Id:
52
+ - 41d60e588cd8639bdcaf4b655ed2998a
53
+ X-Runtime:
54
+ - '0.036431'
55
+ X-Rack-Cache:
56
+ - miss
57
+ X-Cache:
58
+ - MISS
59
+ body:
60
+ encoding: UTF-8
61
+ string: "{\"id\":8535124,\"name\":\"Default Arrangement\",\"bpm\":null,\"has_chords\":false,\"has_chord_chart\":true,\"length\":0,\"sequence_to_s\":\"V1,
62
+ V2, C, V3, C, B, C\",\"meter\":\"\",\"song_id\":7591606,\"update_by_id\":1,\"created_by_id\":2768489,\"updated_at\":\"2014/04/23
63
+ 22:15:01 +0000\",\"created_at\":\"2014/03/22 15:40:55 +0000\",\"notes\":\"\",\"minutes\":0,\"seconds\":0,\"formatted_length\":\"0:00\",\"custom_zooms\":[],\"chord_chart\":\"Verse
64
+ 1:\\r\\nRock of Ages, cleft for me\\r\\nLet me hide myself in thee\\r\\nLet
65
+ the water and the blood\\r\\nFrom thy wounded side which flowed\\r\\nBe of
66
+ sin the double cure\\r\\nSave from wrath and make me pure\\r\\n\\r\\nVerse
67
+ 2:\\r\\nNot the labours of my hands\\r\\nCan fulfill the law\\u2019s commands\\r\\nShould
68
+ my passion never fade\\r\\nAnd my efforts all be weighed\\r\\nAll for sin
69
+ could not atone\\r\\nYou must save and you alone\\r\\n\\r\\nChorus: \\r\\nRock
70
+ of Ages\\r\\nNo one takes your life\\r\\nYet you died that I might live\\r\\nCostly
71
+ grace you freely give\\r\\nRock of Ages\\r\\nYou have paid the price\\r\\nYou
72
+ were cleft to cover me\\r\\nLet me hide myself in thee\\r\\n\\r\\nVerse 3:\\r\\nNothing
73
+ in my hands I bring\\r\\nSimply to the cross I cling\\r\\nNaked come to thee
74
+ for dress\\r\\nHelpless look to thee for grace\\r\\nWretched to the fount
75
+ I fly\\r\\nWash me, Saviour, or I die\\r\\n\\r\\nBridge: \\r\\nAnd while I
76
+ draw my final breath\\r\\nI\\u2019ll rest upon your grace\\r\\nAnd when I
77
+ close my eyes in death\\r\\nI\\u2019ll wake to see your face\\r\\n\",\"attachments\":[{\"id\":\"lyric_chart-8535124\",\"url\":\"https://services.planningcenteronline.com/arrangements/8535124/lyric_chart?sequence_id=\",\"allow_mp3_download\":false,\"content_type\":\"application/octet-stream\",\"filename\":\"Rock
78
+ Of Ages - lyrics.pdf\",\"downloadable\":true,\"streamable\":false,\"comma_separated_page_order\":null,\"comma_separated_attachment_type_ids\":\"\",\"linked_object_type\":\"Arrangement\",\"linked_object_id\":8535124,\"offset_x\":null,\"offset_y\":null,\"zoom\":null,\"custom_zooms\":[],\"secure_link\":\"eJwNyNEKgjAUAFCCkL6jD3DL1FSQELIoeuylJ9mud3OlV9tW1D_00XUez3xxXM6-nfeTKxhzaF8G0IVTL4gMaUDyaEfqDWEI48CEtYI0Dv93DE_vWwzdfWf3U6Wr-qoP50gp4JBkyGWaK6GyiPMclVxtIoB2nUuepEksW9Z_rIEGOmH91uHjiQTYmLYMiqC-_ACtazOc53c6670ceb3fcb9615195a163bbf0ffccd14d114\",\"updated_at\":\"2014/04/23
79
+ 22:15:01 +0000\"}],\"chord_chart_key\":\"Ab\",\"chord_chart_font\":\"Courier\",\"chord_chart_columns\":1,\"chord_chart_font_size\":12,\"properties\":[]}"
80
+ http_version:
81
+ recorded_at: Wed, 23 Apr 2014 22:49:03 GMT
82
+ recorded_with: VCR 2.9.0
@@ -14,9 +14,9 @@ http_interactions:
14
14
  User-Agent:
15
15
  - OAuth gem v0.4.7
16
16
  Authorization:
17
- - OAuth oauth_consumer_key="<PCO_CONSUMER_KEY>", oauth_nonce="XCTDkkP3pUhKdUqkZ8cgrLjyxjPVaYTxR6QIH2CEU",
18
- oauth_signature="GTcNqc8%2BsakqSJzJfiDe4aDEUL0%3D", oauth_signature_method="HMAC-SHA1",
19
- oauth_timestamp="1397642741", oauth_token="<PCO_ACCESS_TOKEN>", oauth_version="1.0"
17
+ - OAuth oauth_consumer_key="<PCO_CONSUMER_KEY>", oauth_nonce="QJPS8kyPbRl9lD8CBCMuzAOMDwkWrYNCGr2sIv8o",
18
+ oauth_signature="pWdkf0HwPqBrYWXRoyUcxPZawA8%3D", oauth_signature_method="HMAC-SHA1",
19
+ oauth_timestamp="1398291378", oauth_token="<PCO_ACCESS_TOKEN>", oauth_version="1.0"
20
20
  response:
21
21
  status:
22
22
  code: 200
@@ -25,7 +25,7 @@ http_interactions:
25
25
  Server:
26
26
  - nginx
27
27
  Date:
28
- - Wed, 16 Apr 2014 10:05:45 GMT
28
+ - Wed, 23 Apr 2014 22:16:26 GMT
29
29
  Content-Type:
30
30
  - application/json; charset=utf-8
31
31
  Content-Length:
@@ -35,7 +35,7 @@ http_interactions:
35
35
  Status:
36
36
  - 200 OK
37
37
  Last-Modified:
38
- - Wed, 16 Apr 2014 10:05:41 GMT
38
+ - Wed, 23 Apr 2014 22:16:20 GMT
39
39
  Expires:
40
40
  - '0'
41
41
  Pragma:
@@ -45,13 +45,13 @@ http_interactions:
45
45
  X-Ua-Compatible:
46
46
  - IE=Edge,chrome=1
47
47
  Set-Cookie:
48
- - _account_center_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFVEkiJTE5NzBiMjc1NjcyOWM4YzAyYTM4ZDQxYTcwYTQ2NjgwBjsAVA%3D%3D--36e04f1e4b6c74a172817843dec9bf56ef6d2e50;
49
- domain=.planningcenteronline.com; path=/; expires=Wed, 30-Apr-2014 10:05:41
48
+ - _account_center_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFVEkiJWUwM2I0MmFkZGQ4MDcwNmFmY2U4N2YxNTNiZjJlOThhBjsAVA%3D%3D--8bb052f7b715a6bbb4f2a55d0668928ca0edc97f;
49
+ domain=.planningcenteronline.com; path=/; expires=Wed, 07-May-2014 22:16:20
50
50
  GMT; HttpOnly
51
51
  X-Request-Id:
52
- - 44a8e86e8f5e312837dd85e4c08ca4a8
52
+ - 7106867a7752cf88fe9393c75926ed1a
53
53
  X-Runtime:
54
- - '0.029507'
54
+ - '0.020378'
55
55
  X-Rack-Cache:
56
56
  - miss
57
57
  X-Cache:
@@ -59,9 +59,9 @@ http_interactions:
59
59
  body:
60
60
  encoding: UTF-8
61
61
  string: "{\"id\":58851,\"account_center_id\":96557,\"name\":\"The Bridgeway
62
- Church\",\"owner_name\":\"Mo Lawson\",\"music_stand_enabled\":null,\"projector_enabled\":null,\"ccli_connected\":false,\"secret\":1357536549,\"date_format\":2,\"twenty_four_hour_time\":false,\"total_songs\":49,\"total_people\":4,\"service_types\":[{\"id\":230211,\"name\":\"Weekend
62
+ Church\",\"owner_name\":\"Mo Lawson\",\"music_stand_enabled\":null,\"projector_enabled\":null,\"ccli_connected\":false,\"secret\":1357536549,\"date_format\":2,\"twenty_four_hour_time\":false,\"total_songs\":50,\"total_people\":4,\"service_types\":[{\"id\":230211,\"name\":\"Weekend
63
63
  Service\",\"parent_id\":0,\"type\":\"ServiceType\",\"container\":\"The Bridgeway
64
64
  Church\",\"container_id\":null,\"sequence\":0,\"attachment_types_enabled\":false,\"permissions\":\"Administrator\"}],\"service_type_folders\":[]}"
65
65
  http_version:
66
- recorded_at: Wed, 16 Apr 2014 10:05:42 GMT
66
+ recorded_at: Wed, 23 Apr 2014 22:16:19 GMT
67
67
  recorded_with: VCR 2.9.0
@@ -14,9 +14,9 @@ http_interactions:
14
14
  User-Agent:
15
15
  - OAuth gem v0.4.7
16
16
  Authorization:
17
- - OAuth oauth_consumer_key="<PCO_CONSUMER_KEY>", oauth_nonce="Qbc93vQ8TOpUCfnb09sFNgKmdtcsN5lVNZpf3nvibMQ",
18
- oauth_signature="dQOCyWCUveYMCCB5lDYLmTWi1w4%3D", oauth_signature_method="HMAC-SHA1",
19
- oauth_timestamp="1397642746", oauth_token="<PCO_ACCESS_TOKEN>", oauth_version="1.0"
17
+ - OAuth oauth_consumer_key="<PCO_CONSUMER_KEY>", oauth_nonce="vfWE1v8tzLFjt9S0ZF3ZoWinYvursP5FC8O3DncFFos",
18
+ oauth_signature="4yuuRpSLLt0mvSGUk2OAdP6cXVE%3D", oauth_signature_method="HMAC-SHA1",
19
+ oauth_timestamp="1398291381", oauth_token="<PCO_ACCESS_TOKEN>", oauth_version="1.0"
20
20
  response:
21
21
  status:
22
22
  code: 200
@@ -25,17 +25,17 @@ http_interactions:
25
25
  Server:
26
26
  - nginx
27
27
  Date:
28
- - Wed, 16 Apr 2014 10:05:50 GMT
28
+ - Wed, 23 Apr 2014 22:16:29 GMT
29
29
  Content-Type:
30
30
  - application/json; charset=utf-8
31
31
  Content-Length:
32
- - '506'
32
+ - '485'
33
33
  Connection:
34
34
  - keep-alive
35
35
  Status:
36
36
  - 200 OK
37
37
  Last-Modified:
38
- - Wed, 16 Apr 2014 10:05:46 GMT
38
+ - Wed, 23 Apr 2014 22:16:22 GMT
39
39
  Expires:
40
40
  - '0'
41
41
  Pragma:
@@ -45,25 +45,25 @@ http_interactions:
45
45
  X-Ua-Compatible:
46
46
  - IE=Edge,chrome=1
47
47
  Set-Cookie:
48
- - _account_center_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFVEkiJWZlYjBiNTZjZGM5NjIyODk3MTM1YzE3MzAwNjZiZmM5BjsAVA%3D%3D--67608a2ecd9989a00014ddc0320e9780be8ab9a4;
49
- domain=.planningcenteronline.com; path=/; expires=Wed, 30-Apr-2014 10:05:46
48
+ - _account_center_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFVEkiJTMwOGUwZWYzNGM4OTRlYzllMWE3YjYwZDM4YjFlZTM1BjsAVA%3D%3D--ce7b0fb9e80dad84e0cc840cf973ae6b5a7bd2ac;
49
+ domain=.planningcenteronline.com; path=/; expires=Wed, 07-May-2014 22:16:22
50
50
  GMT; HttpOnly
51
51
  X-Request-Id:
52
- - c8bb05edf340264a693b3ded1f1a014c
52
+ - 381b8f51966e248539be493155bbfe2f
53
53
  X-Runtime:
54
- - '0.054477'
54
+ - '0.051472'
55
55
  X-Rack-Cache:
56
56
  - miss
57
57
  X-Cache:
58
58
  - MISS
59
59
  body:
60
60
  encoding: UTF-8
61
- string: "[{\"id\":13531990,\"plan_title\":\"Jesus Is a Better Teacher\",\"series_title\":\"Jesus
62
- Is Better - Hymns from Hebrews\",\"service_type_id\":230211,\"service_type_name\":\"Weekend
63
- Service\",\"dates\":\"27 April 2014\",\"series\":null,\"public\":false,\"updated_at\":\"2014/04/16
64
- 09:12:47 +0000\",\"created_at\":\"2014/04/16 08:56:19 +0000\",\"sort_date\":\"2014/04/27
61
+ string: "[{\"id\":13643464,\"plan_title\":\"Jesus Is a Better Teacher\",\"series_title\":\"Jesus
62
+ Is Better\",\"service_type_id\":230211,\"service_type_name\":\"Weekend Service\",\"dates\":\"3
63
+ August 2014\",\"series\":null,\"public\":false,\"updated_at\":\"2014/04/23
64
+ 22:16:05 +0000\",\"created_at\":\"2014/04/23 22:06:01 +0000\",\"sort_date\":\"2014/08/03
65
65
  10:30:00 +0000\",\"type\":\"Plan\",\"updated_by\":{\"id\":2768489,\"name\":\"Mo
66
66
  Lawson\"},\"created_by\":{\"id\":2768489,\"name\":\"Mo Lawson\"},\"permissions\":\"Administrator\",\"scheduled\":false}]"
67
67
  http_version:
68
- recorded_at: Wed, 16 Apr 2014 10:05:46 GMT
68
+ recorded_at: Wed, 23 Apr 2014 22:16:21 GMT
69
69
  recorded_with: VCR 2.9.0
@@ -14,9 +14,9 @@ http_interactions:
14
14
  User-Agent:
15
15
  - OAuth gem v0.4.7
16
16
  Authorization:
17
- - OAuth oauth_consumer_key="<PCO_CONSUMER_KEY>", oauth_nonce="SI0oPRmSechJZYt6drH9WRpt4lrsfhZ9OrzXjbx6KwM",
18
- oauth_signature="qKBIf9siFXlRneZa8D%2BmZZW%2F0Us%3D", oauth_signature_method="HMAC-SHA1",
19
- oauth_timestamp="1397775197", oauth_token="<PCO_ACCESS_TOKEN>", oauth_version="1.0"
17
+ - OAuth oauth_consumer_key="<PCO_CONSUMER_KEY>", oauth_nonce="dLqx6WfpFt7YvgyHI3qCfJvpZl7Ky5MebtW9hy1l8",
18
+ oauth_signature="sBCTzN6H6eYH5HeZVNluJXVzsco%3D", oauth_signature_method="HMAC-SHA1",
19
+ oauth_timestamp="1398291379", oauth_token="<PCO_ACCESS_TOKEN>", oauth_version="1.0"
20
20
  response:
21
21
  status:
22
22
  code: 200
@@ -25,17 +25,17 @@ http_interactions:
25
25
  Server:
26
26
  - nginx
27
27
  Date:
28
- - Thu, 17 Apr 2014 22:53:21 GMT
28
+ - Wed, 23 Apr 2014 22:16:27 GMT
29
29
  Content-Type:
30
30
  - application/json; charset=utf-8
31
31
  Content-Length:
32
- - '506'
32
+ - '485'
33
33
  Connection:
34
34
  - keep-alive
35
35
  Status:
36
36
  - 200 OK
37
37
  Last-Modified:
38
- - Thu, 17 Apr 2014 22:53:17 GMT
38
+ - Wed, 23 Apr 2014 22:16:21 GMT
39
39
  Expires:
40
40
  - '0'
41
41
  Pragma:
@@ -45,30 +45,30 @@ http_interactions:
45
45
  X-Ua-Compatible:
46
46
  - IE=Edge,chrome=1
47
47
  Set-Cookie:
48
- - _account_center_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFVEkiJTk2NjhiODdmMDVmZDFkNjVkM2ZlMzhjM2RiNDlhMzBkBjsAVA%3D%3D--c387bcc1b3a48a4d242f0a715b2ee0cca42caf65;
49
- domain=.planningcenteronline.com; path=/; expires=Thu, 01-May-2014 22:53:17
48
+ - _account_center_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFVEkiJTJjYmM5ODg1NTZhYTEyZWUyOGMwOTZmZGVmOTZmNjZlBjsAVA%3D%3D--ae876a23a3cb5a61a680bda81d9345969ab771bc;
49
+ domain=.planningcenteronline.com; path=/; expires=Wed, 07-May-2014 22:16:21
50
50
  GMT; HttpOnly
51
51
  X-Request-Id:
52
- - d5ccf0ea24cc02929e0603f0a21c5200
52
+ - 02bdc1122f252b1253a839491b29ddf3
53
53
  X-Runtime:
54
- - '0.049082'
54
+ - '0.049066'
55
55
  X-Rack-Cache:
56
56
  - miss
57
57
  X-Cache:
58
58
  - MISS
59
59
  body:
60
60
  encoding: UTF-8
61
- string: "[{\"id\":13531990,\"plan_title\":\"Jesus Is a Better Teacher\",\"series_title\":\"Jesus
62
- Is Better - Hymns from Hebrews\",\"service_type_id\":230211,\"service_type_name\":\"Weekend
63
- Service\",\"dates\":\"27 April 2014\",\"series\":null,\"public\":false,\"updated_at\":\"2014/04/16
64
- 09:12:47 +0000\",\"created_at\":\"2014/04/16 08:56:19 +0000\",\"sort_date\":\"2014/04/27
61
+ string: "[{\"id\":13643464,\"plan_title\":\"Jesus Is a Better Teacher\",\"series_title\":\"Jesus
62
+ Is Better\",\"service_type_id\":230211,\"service_type_name\":\"Weekend Service\",\"dates\":\"3
63
+ August 2014\",\"series\":null,\"public\":false,\"updated_at\":\"2014/04/23
64
+ 22:16:05 +0000\",\"created_at\":\"2014/04/23 22:06:01 +0000\",\"sort_date\":\"2014/08/03
65
65
  10:30:00 +0000\",\"type\":\"Plan\",\"updated_by\":{\"id\":2768489,\"name\":\"Mo
66
66
  Lawson\"},\"created_by\":{\"id\":2768489,\"name\":\"Mo Lawson\"},\"permissions\":\"Administrator\",\"scheduled\":false}]"
67
67
  http_version:
68
- recorded_at: Thu, 17 Apr 2014 22:53:17 GMT
68
+ recorded_at: Wed, 23 Apr 2014 22:16:20 GMT
69
69
  - request:
70
70
  method: get
71
- uri: https://planningcenteronline.com/plans/13531990.json
71
+ uri: https://planningcenteronline.com/plans/13643464.json
72
72
  body:
73
73
  encoding: US-ASCII
74
74
  string: ''
@@ -80,9 +80,9 @@ http_interactions:
80
80
  User-Agent:
81
81
  - OAuth gem v0.4.7
82
82
  Authorization:
83
- - OAuth oauth_consumer_key="<PCO_CONSUMER_KEY>", oauth_nonce="3pe6xKhR6KiLXikNa6mwfROEaVYAvTO4CLiYz46Q",
84
- oauth_signature="RR224uvv9TEWJ7h0Ev9mqNAqNe0%3D", oauth_signature_method="HMAC-SHA1",
85
- oauth_timestamp="1397775197", oauth_token="<PCO_ACCESS_TOKEN>", oauth_version="1.0"
83
+ - OAuth oauth_consumer_key="<PCO_CONSUMER_KEY>", oauth_nonce="54ru8LMuKRYkLJp6lW1R2RQzc5ZXmv2f7OsgB6ZTs",
84
+ oauth_signature="mNYtQFV%2BH3y01jB0PR%2BCQXQnOWo%3D", oauth_signature_method="HMAC-SHA1",
85
+ oauth_timestamp="1398291380", oauth_token="<PCO_ACCESS_TOKEN>", oauth_version="1.0"
86
86
  response:
87
87
  status:
88
88
  code: 200
@@ -91,7 +91,7 @@ http_interactions:
91
91
  Server:
92
92
  - nginx
93
93
  Date:
94
- - Thu, 17 Apr 2014 22:53:21 GMT
94
+ - Wed, 23 Apr 2014 22:16:28 GMT
95
95
  Content-Type:
96
96
  - application/json; charset=utf-8
97
97
  Transfer-Encoding:
@@ -101,7 +101,7 @@ http_interactions:
101
101
  Status:
102
102
  - 200 OK
103
103
  Last-Modified:
104
- - Thu, 17 Apr 2014 22:53:17 GMT
104
+ - Wed, 23 Apr 2014 22:16:21 GMT
105
105
  Expires:
106
106
  - '0'
107
107
  Pragma:
@@ -111,89 +111,89 @@ http_interactions:
111
111
  X-Ua-Compatible:
112
112
  - IE=Edge,chrome=1
113
113
  Set-Cookie:
114
- - _account_center_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFVEkiJTA3MThjMzdiNTc0Y2ExMzIxZmYyYzM2NjgyZjYyN2I0BjsAVA%3D%3D--e1e1d60d65205b8d8236838eb8ec4ecc16fe8cc4;
115
- domain=.planningcenteronline.com; path=/; expires=Thu, 01-May-2014 22:53:17
114
+ - _account_center_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFVEkiJTA0MzhmOWM5Y2MyNjIwNGE3ZjhiNGVkNmUyMGU2YTI3BjsAVA%3D%3D--8ce24dcc6bfa92200094ea6affdc6ec43e1ce8e2;
115
+ domain=.planningcenteronline.com; path=/; expires=Wed, 07-May-2014 22:16:21
116
116
  GMT; HttpOnly
117
117
  X-Request-Id:
118
- - 40ffa319cd56bc536f2e376723504bb0
118
+ - 585ca90ba3e4adfb266de4e2598ba6ab
119
119
  X-Runtime:
120
- - '0.182484'
120
+ - '0.171051'
121
121
  X-Rack-Cache:
122
122
  - miss
123
123
  X-Cache:
124
124
  - MISS
125
125
  body:
126
126
  encoding: UTF-8
127
- string: "{\"id\":13531990,\"plan_title\":\"Jesus Is a Better Teacher\",\"series_title\":\"Jesus
128
- Is Better - Hymns from Hebrews\",\"service_type_id\":230211,\"service_type_name\":\"Weekend
129
- Service\",\"dates\":\"27 April 2014\",\"series\":null,\"public\":false,\"updated_at\":\"2014/04/16
130
- 09:12:47 +0000\",\"created_at\":\"2014/04/16 08:56:19 +0000\",\"sort_date\":\"2014/04/27
127
+ string: "{\"id\":13643464,\"plan_title\":\"Jesus Is a Better Teacher\",\"series_title\":\"Jesus
128
+ Is Better\",\"service_type_id\":230211,\"service_type_name\":\"Weekend Service\",\"dates\":\"3
129
+ August 2014\",\"series\":null,\"public\":false,\"updated_at\":\"2014/04/23
130
+ 22:16:05 +0000\",\"created_at\":\"2014/04/23 22:06:01 +0000\",\"sort_date\":\"2014/08/03
131
131
  10:30:00 +0000\",\"type\":\"Plan\",\"updated_by\":{\"id\":2768489,\"name\":\"Mo
132
132
  Lawson\"},\"created_by\":{\"id\":2768489,\"name\":\"Mo Lawson\"},\"permissions\":\"Administrator\",\"service_type\":{\"id\":230211,\"name\":\"Weekend
133
133
  Service\",\"parent_id\":0,\"type\":\"ServiceType\",\"container\":\"The Bridgeway
134
- Church\",\"container_id\":null,\"sequence\":0,\"attachment_types_enabled\":false,\"regular_service_times\":[],\"permissions\":\"Administrator\"},\"total_length\":4710,\"total_length_formatted\":\"78:30\",\"comma_separated_attachment_type_ids\":\"\",\"plan_notes\":[],\"positions\":[],\"items\":[{\"id\":182387590,\"title\":\"Rock
135
- Of Ages\",\"sequence\":1,\"plan_id\":13531990,\"dom_id\":\"plan_item_182387590\",\"type\":\"PlanSong\",\"length\":240,\"length_formatted\":\"4:00\",\"detail\":\"\",\"comments_count\":0,\"is_preservice\":false,\"is_postservice\":false,\"is_header\":false,\"using_custom_slides\":false,\"plan_item_medias\":[],\"plan_item_notes\":[],\"plan_item_times\":[],\"ccli_print_single\":0,\"ccli_print_collected\":0,\"ccli_screen\":0,\"ccli_custom_arrangement\":0,\"ccli_recorded\":0,\"song_id\":7591606,\"arrangement_id\":8535124,\"key_id\":null,\"information\":\"\",\"description\":\"\",\"arrangement_sequence_to_s\":\"V1,
134
+ Church\",\"container_id\":null,\"sequence\":0,\"attachment_types_enabled\":false,\"regular_service_times\":[],\"permissions\":\"Administrator\"},\"total_length\":4650,\"total_length_formatted\":\"77:30\",\"comma_separated_attachment_type_ids\":\"\",\"plan_notes\":[],\"positions\":[],\"items\":[{\"id\":183966592,\"title\":\"Rock
135
+ Of Ages\",\"sequence\":1,\"plan_id\":13643464,\"dom_id\":\"plan_item_183966592\",\"type\":\"PlanSong\",\"length\":180,\"length_formatted\":\"3:00\",\"detail\":\"\",\"comments_count\":0,\"is_preservice\":false,\"is_postservice\":false,\"is_header\":false,\"using_custom_slides\":false,\"plan_item_medias\":[],\"plan_item_notes\":[],\"plan_item_times\":[],\"ccli_print_single\":0,\"ccli_print_collected\":0,\"ccli_screen\":0,\"ccli_custom_arrangement\":0,\"ccli_recorded\":0,\"song_id\":7591606,\"arrangement_id\":8535124,\"key_id\":null,\"information\":\"\",\"description\":\"\",\"arrangement_sequence_to_s\":\"V1,
136
136
  V2, C, V3, C, B, C\",\"song\":{\"id\":7591606,\"title\":\"Rock Of Ages\",\"admin\":\"Music
137
137
  Services, Inc.\",\"author\":\"Dustin Kensrue\",\"ccli_id\":7004664,\"copyright\":\"
138
138
  Dead Bird Theology, It's All About Jesus Music, and We Are Younger We Are
139
139
  Faster Music\",\"created_at\":\"2014/03/22 15:40:55 +0000\",\"created_by_id\":2768489,\"hidden\":false,\"notes\":null,\"themes\":\"\",\"updated_at\":\"2014/03/22
140
- 15:40:55 +0000\",\"updated_by_id\":2768489,\"last_plan_id\":13531990,\"attachments\":[]},\"arrangement\":{\"id\":8535124,\"name\":\"Default
140
+ 15:40:55 +0000\",\"updated_by_id\":2768489,\"last_plan_id\":13643464,\"attachments\":[]},\"arrangement\":{\"id\":8535124,\"name\":\"Default
141
141
  Arrangement\",\"bpm\":null,\"has_chords\":false,\"has_chord_chart\":true,\"length\":0,\"sequence_to_s\":\"V1,
142
- V2, C, V3, C, B, C\",\"meter\":\"\"},\"music_stand_attachment_id\":\"lyric_chart-8535124\",\"attachments\":[{\"id\":\"lyric_chart-8535124\",\"url\":\"https://services.planningcenteronline.com/arrangements/8535124/lyric_chart?sequence_id=182387590\",\"allow_mp3_download\":false,\"content_type\":\"application/octet-stream\",\"filename\":\"Rock
143
- Of Ages - lyrics.pdf\",\"downloadable\":true,\"streamable\":false,\"comma_separated_page_order\":null,\"comma_separated_attachment_type_ids\":\"\",\"linked_object_type\":\"Arrangement\",\"linked_object_id\":8535124,\"offset_x\":null,\"offset_y\":null,\"zoom\":null,\"custom_zooms\":[],\"secure_link\":\"eJwNyN0KgjAUAGCCkJ6jB3DzfxMihCyKLrvpSubxTFd6tM2iHqT3re_yW66O68W3m-fJ5Yw5tC8D6PypV0SGWkCa0Y7UG0IfxoEpaxW1OPzfMTy9bzF0953dT0VblNf2cA61Bg6JQF6nUistQs4l6jrIQoAmkjVP0iSuG9Z_rIEKOmXnrcPHEwmwMs0mEGEkskRyL_fKyw-OJjWAf7d9a8e2dced9113d1784548fdcc53f4ce331aea\",\"updated_at\":\"2014/04/16
144
- 09:12:37 +0000\"}]},{\"id\":182387592,\"title\":\"Build Your Kingdom Here\",\"sequence\":2,\"plan_id\":13531990,\"dom_id\":\"plan_item_182387592\",\"type\":\"PlanSong\",\"length\":210,\"length_formatted\":\"3:30\",\"detail\":\"\",\"comments_count\":0,\"is_preservice\":false,\"is_postservice\":false,\"is_header\":false,\"using_custom_slides\":false,\"plan_item_medias\":[],\"plan_item_notes\":[],\"plan_item_times\":[],\"ccli_print_single\":0,\"ccli_print_collected\":0,\"ccli_screen\":0,\"ccli_custom_arrangement\":0,\"ccli_recorded\":0,\"song_id\":7591682,\"arrangement_id\":8535208,\"key_id\":null,\"information\":\"\",\"description\":\"\",\"arrangement_sequence_to_s\":\"V1,
142
+ V2, C, V3, C, B, C\",\"meter\":\"\"},\"music_stand_attachment_id\":\"lyric_chart-8535124\",\"attachments\":[{\"id\":\"lyric_chart-8535124\",\"url\":\"https://services.planningcenteronline.com/arrangements/8535124/lyric_chart?sequence_id=183966592\",\"allow_mp3_download\":false,\"content_type\":\"application/octet-stream\",\"filename\":\"Rock
143
+ Of Ages - lyrics.pdf\",\"downloadable\":true,\"streamable\":false,\"comma_separated_page_order\":null,\"comma_separated_attachment_type_ids\":\"\",\"linked_object_type\":\"Arrangement\",\"linked_object_id\":8535124,\"offset_x\":null,\"offset_y\":null,\"zoom\":null,\"custom_zooms\":[],\"secure_link\":\"eJwNyN0KgjAUAGCCiJ6jB3DzZ-aECCGLostuupLteKYrPdpmUQ_S-9Z3-c2Xx9Xs207T6HPGPLqXBfTB2CkiSw0gTegG6ixhAEPPlHOKGuz_7xme3rcE2vvO7ceiKcprczhHxgAHkSHXqTTKZBHnEo0O1xFAHUvNRSoSXbPu4yxU0Co3bT0-nkiAla03YRbLNBUyWuSL8vIDjmM1hg||911e907a0236461aad8fd95eb29e74b68e26a055\",\"updated_at\":\"2014/04/23
144
+ 22:15:01 +0000\"}]},{\"id\":183966602,\"title\":\"Build Your Kingdom Here\",\"sequence\":2,\"plan_id\":13643464,\"dom_id\":\"plan_item_183966602\",\"type\":\"PlanSong\",\"length\":240,\"length_formatted\":\"4:00\",\"detail\":\"\",\"comments_count\":0,\"is_preservice\":false,\"is_postservice\":false,\"is_header\":false,\"using_custom_slides\":false,\"plan_item_medias\":[],\"plan_item_notes\":[],\"plan_item_times\":[],\"ccli_print_single\":0,\"ccli_print_collected\":0,\"ccli_screen\":0,\"ccli_custom_arrangement\":0,\"ccli_recorded\":0,\"song_id\":7591682,\"arrangement_id\":8535208,\"key_id\":null,\"information\":\"\",\"description\":\"\",\"arrangement_sequence_to_s\":\"V1,
145
145
  PC1, V2, PC2, C, V3, PC3, C, C\",\"song\":{\"id\":7591682,\"title\":\"Build
146
146
  Your Kingdom Here\",\"admin\":\"EMI Christian Music Publishing\",\"author\":\"Rend
147
147
  Collective Experiment\",\"ccli_id\":6186078,\"copyright\":\"2011 Thankyou
148
148
  Music\",\"created_at\":\"2014/03/22 16:01:54 +0000\",\"created_by_id\":2768489,\"hidden\":false,\"notes\":null,\"themes\":\"Heaven,
149
- Kingdom of God, Prayer\",\"updated_at\":\"2014/03/22 16:01:54 +0000\",\"updated_by_id\":2768489,\"last_plan_id\":13531990,\"attachments\":[]},\"arrangement\":{\"id\":8535208,\"name\":\"Default
149
+ Kingdom of God, Prayer\",\"updated_at\":\"2014/03/22 16:01:54 +0000\",\"updated_by_id\":2768489,\"last_plan_id\":13643464,\"attachments\":[]},\"arrangement\":{\"id\":8535208,\"name\":\"Default
150
150
  Arrangement\",\"bpm\":null,\"has_chords\":false,\"has_chord_chart\":true,\"length\":0,\"sequence_to_s\":\"V1,
151
- PC1, V2, PC2, C, V3, PC3, C, C\",\"meter\":\"\"},\"music_stand_attachment_id\":\"lyric_chart-8535208\",\"attachments\":[{\"id\":\"lyric_chart-8535208\",\"url\":\"https://services.planningcenteronline.com/arrangements/8535208/lyric_chart?sequence_id=182387592\",\"allow_mp3_download\":false,\"content_type\":\"application/octet-stream\",\"filename\":\"Build
152
- Your Kingdom Here - lyrics.pdf\",\"downloadable\":true,\"streamable\":false,\"comma_separated_page_order\":null,\"comma_separated_attachment_type_ids\":\"\",\"linked_object_type\":\"Arrangement\",\"linked_object_id\":8535208,\"offset_x\":null,\"offset_y\":null,\"zoom\":null,\"custom_zooms\":[],\"secure_link\":\"eJwNyN0KgjAYAFCCkJ6jB3Bu_rQJEQaFde2Fd7F9fupKp20r6kF63zyXZ725bFe_3vvZ5YQ4tG8N6MJ5kMZo0wEaj3YygzYYwjQSaa00HY7LO4LXzz2B_lGPZXUsinPdla1UbaMUTRRjVLKIZy0IKhTwFOJsyZhFmGZCkeFrNdygl9YfHD5faABvutlTzmK-SwUL8uBU_QFzwjT79ccd6e3330a5148020dde4ec8f616015b679a600\",\"updated_at\":\"2014/04/16
153
- 09:11:09 +0000\"}]},{\"id\":182387594,\"title\":\"Jesus, My Lord, My God,
154
- My All\",\"sequence\":3,\"plan_id\":13531990,\"dom_id\":\"plan_item_182387594\",\"type\":\"PlanSong\",\"length\":180,\"length_formatted\":\"3:00\",\"detail\":\"\",\"comments_count\":0,\"is_preservice\":false,\"is_postservice\":false,\"is_header\":false,\"using_custom_slides\":false,\"plan_item_medias\":[],\"plan_item_notes\":[],\"plan_item_times\":[],\"ccli_print_single\":0,\"ccli_print_collected\":0,\"ccli_screen\":0,\"ccli_custom_arrangement\":0,\"ccli_recorded\":0,\"song_id\":5156107,\"arrangement_id\":5827469,\"key_id\":null,\"information\":\"\",\"description\":\"\",\"arrangement_sequence_to_s\":\"V1,
151
+ PC1, V2, PC2, C, V3, PC3, C, C\",\"meter\":\"\"},\"music_stand_attachment_id\":\"lyric_chart-8535208\",\"attachments\":[{\"id\":\"lyric_chart-8535208\",\"url\":\"https://services.planningcenteronline.com/arrangements/8535208/lyric_chart?sequence_id=183966602\",\"allow_mp3_download\":false,\"content_type\":\"application/octet-stream\",\"filename\":\"Build
152
+ Your Kingdom Here - lyrics.pdf\",\"downloadable\":true,\"streamable\":false,\"comma_separated_page_order\":null,\"comma_separated_attachment_type_ids\":\"\",\"linked_object_type\":\"Arrangement\",\"linked_object_id\":8535208,\"offset_x\":null,\"offset_y\":null,\"zoom\":null,\"custom_zooms\":[],\"secure_link\":\"eJwNyNEKgjAUAFCCkL6jD3Bu6nBChEFhPfvgm2zXq6502raiPqT_zfN4trvrfvMbvF9cTohD-9aALlxGaYw2PaDxaGczaoMhzBOR1krT47S-I3j73BMYHvVUVqeiuNR92UnVtUrRRDFGJYsy3oGgQkGWQszXjFmEKReKjF-roYFBWn90-HyhAWx0e6BZLDjnEQvy4Fz9AXO8NPc|088c5f1a756167569affa321ff87762e8786832f\",\"updated_at\":\"2014/04/23
153
+ 22:15:08 +0000\"}]},{\"id\":183966604,\"title\":\"Jesus, My Lord, My God,
154
+ My All\",\"sequence\":3,\"plan_id\":13643464,\"dom_id\":\"plan_item_183966604\",\"type\":\"PlanSong\",\"length\":180,\"length_formatted\":\"3:00\",\"detail\":\"\",\"comments_count\":0,\"is_preservice\":false,\"is_postservice\":false,\"is_header\":false,\"using_custom_slides\":false,\"plan_item_medias\":[],\"plan_item_notes\":[],\"plan_item_times\":[],\"ccli_print_single\":0,\"ccli_print_collected\":0,\"ccli_screen\":0,\"ccli_custom_arrangement\":0,\"ccli_recorded\":0,\"song_id\":5156107,\"arrangement_id\":5827469,\"key_id\":null,\"information\":\"\",\"description\":\"\",\"arrangement_sequence_to_s\":\"V1,
155
155
  V2, C, V3, C, V4, C, C\",\"song\":{\"id\":5156107,\"title\":\"Jesus, My Lord,
156
156
  My God, My All\",\"admin\":\"CCLI Administration Account\",\"author\":\"Joseph
157
157
  Barnby and Henry Collins\",\"ccli_id\":178508,\"copyright\":\" Public Domain\",\"created_at\":\"2013/02/09
158
158
  16:58:07 +0000\",\"created_by_id\":2768489,\"hidden\":false,\"notes\":\"\",\"themes\":\"Jesus\",\"updated_at\":\"2013/06/22
159
- 14:27:19 +0000\",\"updated_by_id\":2768489,\"last_plan_id\":13531990,\"attachments\":[]},\"arrangement\":{\"id\":5827469,\"name\":\"Default
159
+ 14:27:19 +0000\",\"updated_by_id\":2768489,\"last_plan_id\":13643464,\"attachments\":[]},\"arrangement\":{\"id\":5827469,\"name\":\"Default
160
160
  Arrangement\",\"bpm\":null,\"has_chords\":false,\"has_chord_chart\":true,\"length\":0,\"sequence_to_s\":\"V1,
161
- V2, C, V3, C, V4, C, C\",\"meter\":\"\"},\"music_stand_attachment_id\":\"lyric_chart-5827469\",\"attachments\":[{\"id\":\"lyric_chart-5827469\",\"url\":\"https://services.planningcenteronline.com/arrangements/5827469/lyric_chart?sequence_id=182387594\",\"allow_mp3_download\":false,\"content_type\":\"application/octet-stream\",\"filename\":\"Jesus,
162
- My Lord, My God, My All - lyrics.pdf\",\"downloadable\":true,\"streamable\":false,\"comma_separated_page_order\":null,\"comma_separated_attachment_type_ids\":\"\",\"linked_object_type\":\"Arrangement\",\"linked_object_id\":5827469,\"offset_x\":null,\"offset_y\":null,\"zoom\":null,\"custom_zooms\":[],\"secure_link\":\"eJwNytEKgjAUAFCCkL6jD3Bzc2wKET5E5JvQu8ztpiu92raiPqT_zdfD2e4u-81viHEJJSEB_NsZCOkyakSHvQGM4GccHUJq5olo7zX2MK0eCNSfe26Gh0Rqq6Y6N01dC8UlY8qKjHIQTHPOBaMFl1bZruM3CWugXUHGr3emNYP28Rjg-QI00Dp7yBTjSooiT8rkdP0DBpczpg||731412601bf18aaa271d74bb480caf1d7b6c28fa\",\"updated_at\":\"2014/04/16
163
- 09:11:36 +0000\"}]},{\"id\":182387596,\"title\":\"Announcements\",\"sequence\":4,\"plan_id\":13531990,\"dom_id\":\"plan_item_182387596\",\"type\":\"PlanItem\",\"length\":420,\"length_formatted\":\"7:00\",\"detail\":\"\",\"comments_count\":0,\"is_preservice\":false,\"is_postservice\":false,\"is_header\":false,\"using_custom_slides\":false,\"plan_item_medias\":[],\"plan_item_notes\":[],\"plan_item_times\":[],\"ccli_print_single\":0,\"ccli_print_collected\":0,\"ccli_screen\":0,\"ccli_custom_arrangement\":0,\"ccli_recorded\":0,\"song_id\":null,\"arrangement_id\":null,\"key_id\":null,\"information\":\"\",\"description\":\"\",\"arrangement_sequence_to_s\":\"\",\"attachments\":[]},{\"id\":182387598,\"title\":\"Sermon\",\"sequence\":5,\"plan_id\":13531990,\"dom_id\":\"plan_item_182387598\",\"type\":\"PlanItem\",\"length\":3000,\"length_formatted\":\"50:00\",\"detail\":\"\",\"comments_count\":0,\"is_preservice\":false,\"is_postservice\":false,\"is_header\":false,\"using_custom_slides\":false,\"plan_item_medias\":[],\"plan_item_notes\":[],\"plan_item_times\":[],\"ccli_print_single\":0,\"ccli_print_collected\":0,\"ccli_screen\":0,\"ccli_custom_arrangement\":0,\"ccli_recorded\":0,\"song_id\":null,\"arrangement_id\":null,\"key_id\":null,\"information\":\"\",\"description\":\"\",\"arrangement_sequence_to_s\":\"\",\"attachments\":[]},{\"id\":182387600,\"title\":\"Nothing
164
- But The Blood\",\"sequence\":6,\"plan_id\":13531990,\"dom_id\":\"plan_item_182387600\",\"type\":\"PlanSong\",\"length\":210,\"length_formatted\":\"3:30\",\"detail\":\"\",\"comments_count\":0,\"is_preservice\":false,\"is_postservice\":false,\"is_header\":false,\"using_custom_slides\":false,\"plan_item_medias\":[],\"plan_item_notes\":[],\"plan_item_times\":[],\"ccli_print_single\":0,\"ccli_print_collected\":0,\"ccli_screen\":0,\"ccli_custom_arrangement\":0,\"ccli_recorded\":0,\"song_id\":5991109,\"arrangement_id\":6746395,\"key_id\":7123323,\"information\":\"\",\"description\":\"\",\"arrangement_sequence_to_s\":\"V1,
161
+ V2, C, V3, C, V4, C, C\",\"meter\":\"\"},\"music_stand_attachment_id\":\"lyric_chart-5827469\",\"attachments\":[{\"id\":\"lyric_chart-5827469\",\"url\":\"https://services.planningcenteronline.com/arrangements/5827469/lyric_chart?sequence_id=183966604\",\"allow_mp3_download\":false,\"content_type\":\"application/octet-stream\",\"filename\":\"Jesus,
162
+ My Lord, My God, My All - lyrics.pdf\",\"downloadable\":true,\"streamable\":false,\"comma_separated_page_order\":null,\"comma_separated_attachment_type_ids\":\"\",\"linked_object_type\":\"Arrangement\",\"linked_object_id\":5827469,\"offset_x\":null,\"offset_y\":null,\"zoom\":null,\"custom_zooms\":[],\"secure_link\":\"eJwNytEKgjAUAFCCkL6jD3BzczqFCB8i8k3oXeZ205VebVtRH9L_5uvhbHeX_eY3hLD4khAP7m01-HgZFaLFXgMGcDOOFiHW80SUcwp7mFb3BOrPPdXDI0dqqqY6N01dC8lzxqQRCeUgmOKcC0YLnhtpuo7fclgD7Qoyfp3VrR6UC0cPzxeghtaaQyJ5kWUZTaMyOl3_BpEzog||f135686885a35819ebf3f8457daa379d435ef29b\",\"updated_at\":\"2014/04/23
163
+ 22:16:05 +0000\"}]},{\"id\":183966606,\"title\":\"Announcements\",\"sequence\":4,\"plan_id\":13643464,\"dom_id\":\"plan_item_183966606\",\"type\":\"PlanItem\",\"length\":420,\"length_formatted\":\"7:00\",\"detail\":\"\",\"comments_count\":0,\"is_preservice\":false,\"is_postservice\":false,\"is_header\":false,\"using_custom_slides\":false,\"plan_item_medias\":[],\"plan_item_notes\":[],\"plan_item_times\":[],\"ccli_print_single\":0,\"ccli_print_collected\":0,\"ccli_screen\":0,\"ccli_custom_arrangement\":0,\"ccli_recorded\":0,\"song_id\":null,\"arrangement_id\":null,\"key_id\":null,\"information\":\"\",\"description\":\"\",\"arrangement_sequence_to_s\":\"\",\"attachments\":[]},{\"id\":183966608,\"title\":\"Sermon\",\"sequence\":5,\"plan_id\":13643464,\"dom_id\":\"plan_item_183966608\",\"type\":\"PlanItem\",\"length\":3000,\"length_formatted\":\"50:00\",\"detail\":\"\",\"comments_count\":0,\"is_preservice\":false,\"is_postservice\":false,\"is_header\":false,\"using_custom_slides\":false,\"plan_item_medias\":[],\"plan_item_notes\":[],\"plan_item_times\":[],\"ccli_print_single\":0,\"ccli_print_collected\":0,\"ccli_screen\":0,\"ccli_custom_arrangement\":0,\"ccli_recorded\":0,\"song_id\":null,\"arrangement_id\":null,\"key_id\":null,\"information\":\"\",\"description\":\"\",\"arrangement_sequence_to_s\":\"\",\"attachments\":[]},{\"id\":183966610,\"title\":\"Nothing
164
+ But The Blood\",\"sequence\":6,\"plan_id\":13643464,\"dom_id\":\"plan_item_183966610\",\"type\":\"PlanSong\",\"length\":210,\"length_formatted\":\"3:30\",\"detail\":\"\",\"comments_count\":0,\"is_preservice\":false,\"is_postservice\":false,\"is_header\":false,\"using_custom_slides\":false,\"plan_item_medias\":[],\"plan_item_notes\":[],\"plan_item_times\":[],\"ccli_print_single\":0,\"ccli_print_collected\":0,\"ccli_screen\":0,\"ccli_custom_arrangement\":0,\"ccli_recorded\":0,\"song_id\":5991109,\"arrangement_id\":6746395,\"key_id\":7123323,\"information\":\"\",\"description\":\"\",\"arrangement_sequence_to_s\":\"V1,
165
165
  V1, C1, C2, V2, V2, C1, C2, C2\",\"song\":{\"id\":5991109,\"title\":\"Nothing
166
166
  But The Blood\",\"admin\":\"EMI Christian Music Publishing\",\"author\":\"Matt
167
167
  Redman\",\"ccli_id\":4329411,\"copyright\":\"2004 Thankyou Music\",\"created_at\":\"2013/06/22
168
168
  14:02:55 +0000\",\"created_by_id\":2768489,\"hidden\":false,\"notes\":null,\"themes\":\"Blood,
169
169
  Grace, Righteousness, Salvation, Sanctification\",\"updated_at\":\"2013/06/22
170
- 14:02:56 +0000\",\"updated_by_id\":2768489,\"last_plan_id\":13531990,\"attachments\":[]},\"arrangement\":{\"id\":6746395,\"name\":\"Matt
170
+ 14:02:56 +0000\",\"updated_by_id\":2768489,\"last_plan_id\":13643464,\"attachments\":[]},\"arrangement\":{\"id\":6746395,\"name\":\"Matt
171
171
  Redman\",\"bpm\":null,\"has_chords\":false,\"has_chord_chart\":true,\"length\":0,\"sequence_to_s\":\"V1,
172
- V1, C1, C2, V2, V2, C1, C2, C2\",\"meter\":\"\"},\"key\":{\"id\":7123323,\"starting\":\"B\",\"ending\":\"\",\"name\":null,\"alternate_keys\":[]},\"music_stand_attachment_id\":\"lyric_chart-6746395\",\"attachments\":[{\"id\":\"lyric_chart-6746395\",\"url\":\"https://services.planningcenteronline.com/arrangements/6746395/lyric_chart?sequence_id=182387600\",\"allow_mp3_download\":false,\"content_type\":\"application/octet-stream\",\"filename\":\"Nothing
173
- But The Blood - lyrics.pdf\",\"downloadable\":true,\"streamable\":false,\"comma_separated_page_order\":null,\"comma_separated_attachment_type_ids\":\"\",\"linked_object_type\":\"Arrangement\",\"linked_object_id\":6746395,\"offset_x\":null,\"offset_y\":null,\"zoom\":null,\"custom_zooms\":[],\"secure_link\":\"eJwNyNEKgjAUAFCCkL6jD3BOY04hIqGo3oJeeortetXVvNq2pD6k_63zeOaL43L27UIYfcmYRzcZQB-PVhEZagEpoBvIGsIYhp4p5xS12P_fMzy97yvoHnYS16rd7qvzwWWac5ViXuhcK-AZoOSqRq4L3cimkShqLjBNmP04AzfolAsbj88XEuDN1Gsu00zmIkmiMtpdfp4eNdM|7ba0372926d67439a8fafff30f0e5fbfa68fd069\",\"updated_at\":\"2014/04/16
174
- 09:12:47 +0000\"}]},{\"id\":182387602,\"title\":\"I Can't Say\",\"sequence\":7,\"plan_id\":13531990,\"dom_id\":\"plan_item_182387602\",\"type\":\"PlanSong\",\"length\":210,\"length_formatted\":\"3:30\",\"detail\":\"\",\"comments_count\":0,\"is_preservice\":false,\"is_postservice\":false,\"is_header\":false,\"using_custom_slides\":false,\"plan_item_medias\":[],\"plan_item_notes\":[],\"plan_item_times\":[],\"ccli_print_single\":0,\"ccli_print_collected\":0,\"ccli_screen\":0,\"ccli_custom_arrangement\":0,\"ccli_recorded\":0,\"song_id\":5991117,\"arrangement_id\":6746403,\"key_id\":null,\"information\":\"\",\"description\":\"\",\"arrangement_sequence_to_s\":\"V1,
172
+ V1, C1, C2, V2, V2, C1, C2, C2\",\"meter\":\"\"},\"key\":{\"id\":7123323,\"starting\":\"B\",\"ending\":\"\",\"name\":null,\"alternate_keys\":[]},\"music_stand_attachment_id\":\"lyric_chart-6746395\",\"attachments\":[{\"id\":\"lyric_chart-6746395\",\"url\":\"https://services.planningcenteronline.com/arrangements/6746395/lyric_chart?sequence_id=183966610\",\"allow_mp3_download\":false,\"content_type\":\"application/octet-stream\",\"filename\":\"Nothing
173
+ But The Blood - lyrics.pdf\",\"downloadable\":true,\"streamable\":false,\"comma_separated_page_order\":null,\"comma_separated_attachment_type_ids\":\"\",\"linked_object_type\":\"Arrangement\",\"linked_object_id\":6746395,\"offset_x\":null,\"offset_y\":null,\"zoom\":null,\"custom_zooms\":[],\"secure_link\":\"eJwNyNEKgjAUAFCCkL6jD3BOY04hIqGo3oJeeortetXVvNq2pD6k_63zeOaL43L27UIYfcmYRzcZQB-PVhEZagEpoBvIGsIYhp4p5xS12P_fMzy97yvoHnYS16rd7qvzwWWac5ViXuhcK-AZoOSqRq4L3cimkShqLjBNmP04AzfolAsbj88XEuDN1Gsus0IIwZOojHaXH55WNdg|c951194360717086b83a903b1fac3831d60af3a1\",\"updated_at\":\"2014/04/23
174
+ 22:15:17 +0000\"}]},{\"id\":183966612,\"title\":\"I Can't Say\",\"sequence\":7,\"plan_id\":13643464,\"dom_id\":\"plan_item_183966612\",\"type\":\"PlanSong\",\"length\":180,\"length_formatted\":\"3:00\",\"detail\":\"\",\"comments_count\":0,\"is_preservice\":false,\"is_postservice\":false,\"is_header\":false,\"using_custom_slides\":false,\"plan_item_medias\":[],\"plan_item_notes\":[],\"plan_item_times\":[],\"ccli_print_single\":0,\"ccli_print_collected\":0,\"ccli_screen\":0,\"ccli_custom_arrangement\":0,\"ccli_recorded\":0,\"song_id\":5991117,\"arrangement_id\":6746403,\"key_id\":null,\"information\":\"\",\"description\":\"\",\"arrangement_sequence_to_s\":\"V1,
175
175
  C, V2, C, C\",\"song\":{\"id\":5991117,\"title\":\"I Can't Say\",\"admin\":\"\",\"author\":\"\",\"ccli_id\":null,\"copyright\":\"\",\"created_at\":\"2013/06/22
176
176
  14:05:09 +0000\",\"created_by_id\":2768489,\"hidden\":false,\"notes\":null,\"themes\":\"\",\"updated_at\":\"2013/06/22
177
- 14:05:09 +0000\",\"updated_by_id\":2768489,\"last_plan_id\":13531990,\"attachments\":[]},\"arrangement\":{\"id\":6746403,\"name\":\"Default
177
+ 14:05:09 +0000\",\"updated_by_id\":2768489,\"last_plan_id\":13643464,\"attachments\":[]},\"arrangement\":{\"id\":6746403,\"name\":\"Default
178
178
  Arrangement\",\"bpm\":null,\"has_chords\":false,\"has_chord_chart\":true,\"length\":0,\"sequence_to_s\":\"V1,
179
- C, V2, C, C\",\"meter\":\"\"},\"music_stand_attachment_id\":\"lyric_chart-6746403\",\"attachments\":[{\"id\":\"lyric_chart-6746403\",\"url\":\"https://services.planningcenteronline.com/arrangements/6746403/lyric_chart?sequence_id=182387602\",\"allow_mp3_download\":false,\"content_type\":\"application/octet-stream\",\"filename\":\"I
180
- Can't Say - lyrics.pdf\",\"downloadable\":true,\"streamable\":false,\"comma_separated_page_order\":null,\"comma_separated_attachment_type_ids\":\"\",\"linked_object_type\":\"Arrangement\",\"linked_object_id\":6746403,\"offset_x\":null,\"offset_y\":null,\"zoom\":null,\"custom_zooms\":[],\"secure_link\":\"eJwNydEKgjAUAFCCkL6jD3DqnBMhoqCw3oIIeorL3VVXOm1bUv1H_5uv58wXh-Xs13g_uIIxR3bUSC4cWjBGmxrJeLK9abWhEPuOgbVgauomd4yO73uKzeMyZtdtvdmXp_JLqeJCCRlBDBxyJZGLuEIESZmQU5CAigOw9mM13rAB69eOni8ySDetVnGe8FxmURIUwe78B4uxNZ8|a0417a2574c80eabc6b8ce89630705d10cdfeb1c\",\"updated_at\":\"2014/04/16
181
- 09:12:23 +0000\"}]},{\"id\":182387604,\"title\":\"It Is Finished\",\"sequence\":8,\"plan_id\":13531990,\"dom_id\":\"plan_item_182387604\",\"type\":\"PlanSong\",\"length\":240,\"length_formatted\":\"4:00\",\"detail\":\"\",\"comments_count\":0,\"is_preservice\":false,\"is_postservice\":false,\"is_header\":false,\"using_custom_slides\":false,\"plan_item_medias\":[],\"plan_item_notes\":[],\"plan_item_times\":[],\"ccli_print_single\":0,\"ccli_print_collected\":0,\"ccli_screen\":0,\"ccli_custom_arrangement\":0,\"ccli_recorded\":0,\"song_id\":6954577,\"arrangement_id\":7826433,\"key_id\":null,\"information\":\"\",\"description\":\"\",\"arrangement_sequence_to_s\":\"V1,
179
+ C, V2, C, C\",\"meter\":\"\"},\"music_stand_attachment_id\":\"lyric_chart-6746403\",\"attachments\":[{\"id\":\"lyric_chart-6746403\",\"url\":\"https://services.planningcenteronline.com/arrangements/6746403/lyric_chart?sequence_id=183966612\",\"allow_mp3_download\":false,\"content_type\":\"application/octet-stream\",\"filename\":\"I
180
+ Can't Say - lyrics.pdf\",\"downloadable\":true,\"streamable\":false,\"comma_separated_page_order\":null,\"comma_separated_attachment_type_ids\":\"\",\"linked_object_type\":\"Arrangement\",\"linked_object_id\":6746403,\"offset_x\":null,\"offset_y\":null,\"zoom\":null,\"custom_zooms\":[],\"secure_link\":\"eJwNydEKgjAUAFCCkL6jD3Ctuc2EiILCegsi6Eku16uudNpmUv1H_5uv50xnx_nkV_V95xPGPLnBIPmwq8FaY0sk25NrbW0shdg2DJwDW1Izumd0et8jrB7XQd125faQntMvRbmQudQL4CAgzjUKyQtE0KSkHoMkFAKA1R9nMMMKXL_x9HyRRcpMvuaxWCml-DJIgv3lD4vpNaQ|c47bed0f79bb56aaadb05211823195b1aa49b869\",\"updated_at\":\"2014/04/23
181
+ 22:15:35 +0000\"}]},{\"id\":183966614,\"title\":\"It Is Finished\",\"sequence\":8,\"plan_id\":13643464,\"dom_id\":\"plan_item_183966614\",\"type\":\"PlanSong\",\"length\":240,\"length_formatted\":\"4:00\",\"detail\":\"\",\"comments_count\":0,\"is_preservice\":false,\"is_postservice\":false,\"is_header\":false,\"using_custom_slides\":false,\"plan_item_medias\":[],\"plan_item_notes\":[],\"plan_item_times\":[],\"ccli_print_single\":0,\"ccli_print_collected\":0,\"ccli_screen\":0,\"ccli_custom_arrangement\":0,\"ccli_recorded\":0,\"song_id\":6954577,\"arrangement_id\":7826433,\"key_id\":null,\"information\":\"\",\"description\":\"\",\"arrangement_sequence_to_s\":\"V1,
182
182
  C1, V2, C2, B, C1\",\"song\":{\"id\":6954577,\"title\":\"It Is Finished\",\"admin\":\"\",\"author\":\"\",\"ccli_id\":null,\"copyright\":\"\",\"created_at\":\"2013/11/26
183
183
  10:50:35 +0000\",\"created_by_id\":2768489,\"hidden\":false,\"notes\":null,\"themes\":\"\",\"updated_at\":\"2013/11/26
184
- 10:50:35 +0000\",\"updated_by_id\":2768489,\"last_plan_id\":13531990,\"attachments\":[]},\"arrangement\":{\"id\":7826433,\"name\":\"Default
184
+ 10:50:35 +0000\",\"updated_by_id\":2768489,\"last_plan_id\":13643464,\"attachments\":[]},\"arrangement\":{\"id\":7826433,\"name\":\"Default
185
185
  Arrangement\",\"bpm\":null,\"has_chords\":false,\"has_chord_chart\":true,\"length\":0,\"sequence_to_s\":\"V1,
186
- C1, V2, C2, B, C1\",\"meter\":\"\"},\"music_stand_attachment_id\":\"lyric_chart-7826433\",\"attachments\":[{\"id\":\"lyric_chart-7826433\",\"url\":\"https://services.planningcenteronline.com/arrangements/7826433/lyric_chart?sequence_id=182387604\",\"allow_mp3_download\":false,\"content_type\":\"application/octet-stream\",\"filename\":\"It
187
- Is Finished - lyrics.pdf\",\"downloadable\":true,\"streamable\":false,\"comma_separated_page_order\":null,\"comma_separated_attachment_type_ids\":\"\",\"linked_object_type\":\"Arrangement\",\"linked_object_id\":7826433,\"offset_x\":null,\"offset_y\":null,\"zoom\":null,\"custom_zooms\":[],\"secure_link\":\"eJwNyEEOgjAQAMCYGOI7fAAFCrSQGKNREz178kLKskAVFmwr6EP8r85xlqvzevFtnRttzphFM2lA64-dItLUAJJDM1CnCX0YeqaMUdRg_3_L8PK-x9A-bnYe9_PuMDWnKi4xSFVZCcFFWvMkgwyRy4BnMgkjFIECKLmsWfcxGgpolXFbi88XEmChq00oIy5FGsRe7h2vP5qMNYg|c66d1c4d77d6772b50d4d20a5ae4b19803b82e44\",\"updated_at\":\"2014/04/16
188
- 09:11:55 +0000\"}]}],\"service_times\":[{\"id\":31068620,\"ministry_id\":\"230211\",\"updated_at\":\"2014/04/16
189
- 08:56:19 +0000\",\"created_at\":\"2013/11/26 10:47:18 +0000\",\"plan_id\":13531990,\"plan_visible\":true,\"created_by_id\":2768489,\"updated_by_id\":2768489,\"print\":true,\"recorded\":false,\"name\":\"Sunday
190
- Gathering\",\"time_type\":\"Service\",\"actual_start\":null,\"actual_end\":null,\"excluded_categories\":[],\"category_reminders\":{},\"type_to_s\":\"Service\",\"starts_at_unformatted\":\"2014/04/27
191
- 10:30:00 +0000\",\"ends_at_unformatted\":\"2014/04/27 12:00:00 +0000\",\"starts_at\":\"2014/04/27
192
- 10:30:00 +0100\",\"ends_at\":\"2014/04/27 12:00:00 +0100\",\"check_in_count\":0,\"abbreviated_to_s\":\"Sunday
193
- Gathering\"}],\"rehearsal_times\":[],\"other_times\":[],\"multi_day\":false,\"sort_by\":\"2014/04/27
194
- 10:30:00 +0000\",\"plan_people\":[],\"prev_plan_id\":13401556,\"plan_contributions\":[{\"id\":9219704,\"plan_base_id\":13531990,\"person\":{\"name\":\"Mo
195
- Lawson\",\"photo_icon_url\":\"https://avatars.planningcenteronline.com/uploads/person/2904415-1357536550/avatar.1.jpg?g=34x34%23\",\"organization_id\":58851},\"created_at\":\"2014/04/16
196
- 08:57:38 +0000\",\"updated_at\":\"2014/04/16 09:12:47 +0000\"}],\"attachments\":[]}"
186
+ C1, V2, C2, B, C1\",\"meter\":\"\"},\"music_stand_attachment_id\":\"lyric_chart-7826433\",\"attachments\":[{\"id\":\"lyric_chart-7826433\",\"url\":\"https://services.planningcenteronline.com/arrangements/7826433/lyric_chart?sequence_id=183966614\",\"allow_mp3_download\":false,\"content_type\":\"application/octet-stream\",\"filename\":\"It
187
+ Is Finished - lyrics.pdf\",\"downloadable\":true,\"streamable\":false,\"comma_separated_page_order\":null,\"comma_separated_attachment_type_ids\":\"\",\"linked_object_type\":\"Arrangement\",\"linked_object_id\":7826433,\"offset_x\":null,\"offset_y\":null,\"zoom\":null,\"custom_zooms\":[],\"secure_link\":\"eJwNyEEOgjAQAMCYGOI7fAAFC6UlMUajJnr25MWUZYEqLNhW0If4X53jzBen5ezbeD-4nDGHdjSALhxaTWSoBiSPtqfWEIbQd0xbq6nG7v-O4fl9T6B5XN007KbtfqyPZVJgJHRRZhnPRMVTBQqRy4grmcYrzCINUHBZsfZjDdyg0dZvHD5fSIA3U65jyZUQIk6CPDhcfprENY0|c1d6c8493fe30a75c62aaa2a4f5ba727132b929e\",\"updated_at\":\"2014/04/23
188
+ 22:15:40 +0000\"}]}],\"service_times\":[{\"id\":31351114,\"ministry_id\":\"230211\",\"updated_at\":\"2014/04/23
189
+ 22:06:58 +0000\",\"created_at\":\"2013/11/26 10:47:18 +0000\",\"plan_id\":13643464,\"plan_visible\":true,\"created_by_id\":2768489,\"updated_by_id\":2768489,\"print\":true,\"recorded\":false,\"name\":\"Sunday
190
+ Gathering\",\"time_type\":\"Service\",\"actual_start\":null,\"actual_end\":null,\"excluded_categories\":[],\"category_reminders\":{},\"type_to_s\":\"Service\",\"starts_at_unformatted\":\"2014/08/03
191
+ 10:30:00 +0000\",\"ends_at_unformatted\":\"2014/08/03 12:00:00 +0000\",\"starts_at\":\"2014/08/03
192
+ 10:30:00 +0100\",\"ends_at\":\"2014/08/03 12:00:00 +0100\",\"check_in_count\":0,\"abbreviated_to_s\":\"Sunday
193
+ Gathering\"}],\"rehearsal_times\":[],\"other_times\":[],\"multi_day\":false,\"sort_by\":\"2014/08/03
194
+ 10:30:00 +0000\",\"plan_people\":[],\"prev_plan_id\":13563356,\"plan_contributions\":[{\"id\":9407684,\"plan_base_id\":13643464,\"person\":{\"name\":\"Mo
195
+ Lawson\",\"photo_icon_url\":\"https://avatars.planningcenteronline.com/uploads/person/2904415-1357536550/avatar.1.jpg?g=34x34%23\",\"organization_id\":58851},\"created_at\":\"2014/04/23
196
+ 22:06:58 +0000\",\"updated_at\":\"2014/04/23 22:16:05 +0000\"}],\"attachments\":[]}"
197
197
  http_version:
198
- recorded_at: Thu, 17 Apr 2014 22:53:17 GMT
198
+ recorded_at: Wed, 23 Apr 2014 22:16:20 GMT
199
199
  recorded_with: VCR 2.9.0