- 7.02.09
Added option clearresources
to <EventUpdateAttribute>
for use in gam <UserTypeEntity> update events
that allows clearing all resources from a user's calendar events. For example, to clear all resources from a user's future events:
gam user user@domain.com update events primary matchfield attendeespattern @resource.calendar.google.com after now clearresources
Added option resource <ResourceID>
to <EventAttribute>
for use in gam <UserTypeEntity> create|update events
that adds a resource to an event.
Added option removeresource <ResourceID>
to <EventUpdateAttribute>
for use in gam <UserTypeEntity> update events
that removes a resource from an event.