-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add functions to work with calendar events 📆 #28
Comments
Hi Arthur, I am also currently looking into R functions/libraries that allow HeadquartersMutation ( ghql apparently does not support any mutation, so I guess no chance in adding this to Do you happen to know any R library that one could use/look into in the short-term for an HeadquartersMutation? Tried to find something, but no luck yet. Current Workaround |
@petbrueck , I did a deep(-ish) dive on this and discovered the following:
In short, this means that we can perform mutations without Let me touch on each point in turn before wrapping up with a sketch of th way forward and a request for a PR should you work on the map request 😉 1. GraphQL requests can be done via simple
|
Wow, thanks a ton @arthur-shaw for your deep dive and elaborate response! This indeed sounds fantastic! Since the HeadquarterMutation As a starter, I tried to tackle the query |
Objective 🎯
Provide survey managers a means of observing or dictating the schedule of interviews through getting/setting/updating/deleting calendar events associated with interviews and assignments.
User stories 📇
Tasks ⚙️
Set/update/delete events
Write R functions to wrap these GraphQL mutations:
addAssignmentCalendarEvent
addInterviewCalendarEvent
deleteCalendarEvent
updateCalendarEvent
Get events
Consider also either new R functions or extensions to R functions to get calendar event nodes:
assignments(...) > nodes > calendarEvent
interviews(...) > nodes > calendarEvent
Documentation ✍️
The text was updated successfully, but these errors were encountered: