The plugin does all that it was intended to do. However, a specific school that we host would like the functionality to add Moodle Users to a group in Google apps. Users will be organized into groups in order to control permissions. A likely scenario might be; students in a school, that are Moodle users, have access to all of the Google Apps functionality (Gmail, Documents, Calender...etc). A district wants to restrict what functionality students in a grade-range have. For example, grades K-5 should be able to use the Google Documents, but not Gmail or Google Calender.
My questions are:
I am aware that this functionality is already present for an administrative to control on the front end with Google's dashboard for groups. I am unsure if I can do these things in their entirety. Any advice or link to documentation would be greatly appreciated.
I have been reading on the documentation here, but I thought I would look for a little more insight.
Thanks,
-> Jake
--
You received this message because you are subscribed to the Google Groups "Google Apps Domain Information and Management APIs" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-apps-mgmt-apis/-/6TZkYX5pawMJ.
To post to this group, send email to google-app...@googlegroups.com.
To unsubscribe from this group, send email to google-apps-mgmt...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-apps-mgmt-apis?hl=en.
The PHP library doesn't support those experimental features yet, perhaps you might try implementing them yourself using the rest of the source code as reference.
As an alternative, you can send raw HTTP requests implementing the protocol using cURL.
The PHP library doesn't support those experimental features yet [...]
Claudio,The PHP library doesn't support those experimental features yet, perhaps you might try implementing them yourself using the rest of the source code as reference.Hmm, that's an idea.Would I be able to make all the necessary function calls and user operations even without the support of the Zend framework?
As an alternative, you can send raw HTTP requests implementing the protocol using cURL.I see that this looks like my only alternative to at this time.In your opinion, is this a good solution for a work-around?
The PHP library doesn't support those experimental features yet [...]If you had to speculate as to when this feature might be implemented by Google/Zend, when (if ever) would that be?
Thanks for your feedback, I really appreciate it.On a side note, I see that you are a Google employee.Are you a software engineer on the team working the Google Apps API?
Unfortunately we don't control that library, so I don't really know about its release plan.
[...] it doesn't integrate with the rest of the application as well as that.
I'm an engineer in the Google Apps API team, I'm currently focusing on the Google Drive SDK.