-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathapp.json
More file actions
23 lines (23 loc) · 693 Bytes
/
app.json
File metadata and controls
23 lines (23 loc) · 693 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "Facebook Group Calendar",
"desecription": "Post Facebook group messages from a google calendar",
"repository": "https://github.com/zachnthebox/facebook-group-calendar",
"env": {
"google_client_email": {
"description": "The Google API service email"
},
"google_calendar_id": {
"description": "The ID of the Google Calendar"
},
"google_private_key": {
"description": "The pem key file for Google Calendar API"
},
"facebook_group_id": {
"description": "The Facebook Group Id"
},
"facebook_access_token": {
"description": "The Facebook Access Token with group permissions"
}
},
"addons": ["scheduler"]
}