arrow_back Return

Import Cue from Church.Tools

November 11, 2020
Currently, you can only import a cue from PlanningCenter. We (and lots of churches in Germany do it also) use Church Tools (https://www.church.tools/en/home) for planning the services (incl. access to CCLI songs). Would it be possible to add an import to import the agenda of an event from Church Tools? There is an API available (https://intern.church.tools/?q=help#WikiView/filterWikicategory_id:30/doc:API/follow_redirect:true/) to get details about the event and the agenda (see examples below).

Event:
"data":{
"id":17,
"guid":"BF83A573-E7BE-4E3A-9C07-FEBE73B4915B",
"name":"Gottesdienst",
"description":"",
"startDate":"2020-11-22T09:00:00Z",
"endDate":"2020-11-22T10:00:00Z",
"chatStatus":"NOT_STARTED",
"permissions":{},
"calendar":{},
"eventServices":[{}]
}

Agenda
"data":{
"id":6,
"name":"22.11.2020 10:00 - Ablaufplan Gottesdienst",
"series":"",
"isFinal":true,
"eventStartPosition":0,
"calendarId":2,
"total":3,
"items":[
{
"id":123,
"position":0,
"title":"Begr\u00fc\u00dfung",
"type":"normal",
"note":"",
"duration":300,
"start":"2020-11-22T09:00:00Z",
"isBeforeEvent":false,
"responsible":{"text":"","persons":[]},
"serviceGroupNotes":[{"serviceGroupId":1,"note":""},{"serviceGroupId":4,"note":""}]
},{
"id":129,
"position":1,
"title":"",
"type":"song",
"note":"",
"duration":0,
"start":"2020-11-22T09:05:00Z",
"isBeforeEvent":false,
"responsible":{"text":"","persons":[]},
"serviceGroupNotes":[],
"song":{
"songId":80,
"arrangementId":80,
"title":"1 Macht hoch die T\u00fcr",
"arrangement":"Standard-Arrangement",
"category":"Evangelisches Gesangbuch",
"key":"",
"bpm":"",
"isDefault":true}
}
]
}
Posted by Oliver
Login to post a comment
1