samhowes / foothills-data

0 stars 0 forks source link

Some Group Attendance Not Sending to Orbit #36

Open revsean opened 2 years ago

revsean commented 2 years ago

For example: Wellspring Mon 1-3 pm, Fall 2021 meeting on Oct 18 – 1:00pm didn't synch. Wondering why?

samhowes commented 2 years ago

@revsean do you have an eventid? that would help.

revsean commented 2 years ago

The url is https://groups.planningcenteronline.com/groups/1560937/events/19115860

So I think the eventid is 19115860

samhowes commented 2 years ago

@revsean there may be a disconnect between what you're seeing in the UI for that event and what my api access is giving me. Granting me access to the UI, a screenshot, or doing a screenshare would assist me in debugging.

The event that the api is returning for me for that ID has a title of Wellspring Mon 6-8 pm, Fall 2021 and a starts_at of 11-02:

{
  "type": "Event",
  "id": "19115860",
  "attributes": {
    "attendance_requests_enabled": true,
    "automated_reminder_enabled": false,
    "canceled": false,
    "canceled_at": null,
    "description": null,
    "ends_at": "2021-11-02T02:00:00Z",
    "location_type_preference": "virtual",
    "multi_day": false,
    "name": "Wellspring Mon 6-8 pm, Fall 2021",
    "reminders_sent": false,
    "reminders_sent_at": null,
    "repeating": true,
    "starts_at": "2021-11-02T00:00:00Z",
    "virtual_location_url": "https://zoom.us/j/96884639152"
  },
  "relationships": {
    "attendance_submitter": {
      "data": null
    },
    "group": {
      "links": {
        "related": "https://api.planningcenteronline.com/groups/v2/groups/1560937"
      },
      "data": {
        "type": "Group",
        "id": "1560937"
      }
    },
    "location": {
      "data": null
    },
    "repeating_event": {
      "data": {
        "type": "RepeatingEvent",
        "id": "1238514"
      }
    }
  }

The earliest event for group 1560937 is on 10-19.

"type": "Event",
"id": "19115859",
"attributes": {
  "attendance_requests_enabled": true,
  "automated_reminder_enabled": false,
  "canceled": false,
  "canceled_at": null,
  "description": null,
  "ends_at": "2021-10-19T02:00:00Z",
  "location_type_preference": "virtual",
  "multi_day": false,
  "name": "Wellspring Mon 6-8 pm, Fall 2021",
  "reminders_sent": false,
  "reminders_sent_at": null,
  "repeating": true,
  "starts_at": "2021-10-19T00:00:00Z",
  "virtual_location_url": "https://zoom.us/j/96884639152"
}
revsean commented 2 years ago

Screen Shot 2021-11-14 at 9 33 54 AM

Event title Wellspring Mon 6-8 pm, Fall 2021 Dates that it should be active for Screen Shot 2021-11-14 at 9 35 43 AM

samhowes commented 2 years ago

Hm. Maybe I'm misunderstanding. Your original comment mentions "Wellspring Mon 1-3 pm, Fall 2021 meeting on Oct 18 – 1:00pm"

So I was looking for a Monday event from 1-3pm?

revsean commented 2 years ago

Maybe we need to problem solve over the phone quickly

revsean commented 2 years ago

https://groups.planningcenteronline.com/groups/1544910/events/19009696