group_user context?

Jump to solution
ordwaye
Community Member

     I was trying to use the api to bulk move a bunch of calendar events that a new faculty had put in their agenda and not the course. Sidenote this seems to be a common issue.  Anyways the events did not show up looking at the events using their user_* context.  So I dug through the html and it looked like the events where part of a group_user_* context but using that return an error. 

So the question is what context to use for agenda items?

Labels (1)
1 Solution
RobDitto
Community Champion

By "agenda" do you mean the user's personal calendar? Often these are created because the default Calendar when creating an event using the + button, or by clicking on a day to add an event, is usually the user's personal calendar.

user_<id> should work as a context_codes[]= value.  group_<id> context codes could only exist on a group's calendar, either as events or as Scheduler appointments.  I can't recall ever seeing a group_user_<id> context code in API responses, but maybe it is something used in rendering the UI.

View solution in original post