Can I use API calls to find activities on the calendar?

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.


Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.