Sunday, September 5, 2010

Looking for developer

Hi,

I'm looking for a developer to help out with this project and an upcoming project (powershell cmdlet's for PostIni).

If you are interested send an email to robert.j@plan-tre.net


Sunday, August 22, 2010

Version 0.5.1.3

bugfixes bugfixes... and new features.

mostly bugfixes that people have be complaning about in this version the only other big thing is the implementation of PS Credentials in GDataService.

Sunday, July 25, 2010

Version 0.5.1.1

Version 0.5.1.1

There are some big changes in this version =)

New-GDataService replaces all previous Service cmdlets and creates a generic service object.
All (Except calendar) now have a powershell adapted output.

I have also done allot of bugfixing.

Saturday, July 24, 2010

Version 0.5.1.0

Version 0.5.1.0

I have been working on a more powershell adapted output for the cmdlets.

GDataUser
GDataMailSetting
GDataProfile

now have a powershell adapted output.

Get-GDataUserNickName -UserService $Service

UserName aliasEmail
-------- ----------
user1@domain.com email1@domain.com
user2@domain.com email2@domain.com
user3@domain.com email3@domain.com

Thursday, July 22, 2010

Version 0.5.0.9

Version 0.0.5.9 adds support for management of user profiles.

New-GdataProfileService
Get-GdataProfile
Set-GdataProfile

Wednesday, July 21, 2010

Version 0.5.0.8

Added cmdlets for Calendar resources.

New-GDataResourceService
New-GDataResource
Get-GDataResource
Remove-GDataResource
Set-GDataResource



Version 0.5.0.7

Multi domain support

Add-GdataUserNickName, Get-GdataUserNickName and Remove-GdataUserNickName can now manage nicknames in other associated domains. These are the first cmdlets the utilizes the Google Rest API instead of the .NET Data API therefor the output is a bit different then before.

We have also added a -Legacy parameter to these cmdlets if invoked they use the Google .NET Data API and work exactly as in previous versions.

The long time plan is to move away from the .NET Data API.