Question
I’m using the following API call to find activities on the calendar (whether classes i.e. “ACCT 101”, or other events i.e. “Faculty Conference”). In this example, I’m searching for events with the term “acct” in the title. Does this look right?
https://schoool.edu/AstraSchedule/~api/calendar/calendarList?fields=SectionMeetingId%3ASectionMeetInstanceByActivityId.SectionMeeting.Id%2CParentActivityName%2CDescription%2CLocationName&filter=(((ActivityName%3F%3D%22%25acct%25%22)%7C%7C(ParentActivityName%3F%3D%22%25acct%25%22))%7C%7C(Description%3F%3D%22%25acct%25%22))
Answer
Yes. Using the calandarList API to search for an Event or Section by name is a good approach.
Comments
Please sign in to leave a comment.