Greetings,
     I have shared calendars from a domains account and whith a "root"
access level. So basically I can edit calendar events on calendars
owned by a colleague.

     But if a colleague schedules a weekly recurring event with an
invite to Guests but does NOT set the checkbox next to "Guests can
modify event", of course nor I or others with "root" access can modify
this event, and this makes sense.

      My question is how to determine this fact programmatically from
the EventEntry object using .Net.

     I realize there's a  "gCal:guestsCanModify" boolean element that
determines if event attendees may modify the original event but this
is a bit confusing because even though this is supposed to be an event-
relevant property it's being assigned to the whole calendar entry
object through gCal much like other attributes like "gCal:hidden" or
"gCal:color". It makes senses that these former two properties apply
to the whole calendar but how is it supposed to work for
"gCal:guestsCanModify".

    And even though this is for the calendar I couldn't find an
exposed variable in .NET under the CalendarEntry object. It had
variables like 'AccessLevel' and 'Color' and 'Hidden' but no where
could I find a way to tell any information about Guests. The
Contributors count was always zero no matter what.

    I looked into the EventEntry object and thought maybe I'd find
something under the Participants array but the only attributes I could
find were 'Attendee_Status' and 'Email' ..etc, but I still couldn't
tell if this particular event (NOT calendar mind you) can be modified
by the Guests||Attendees||Participants||Contributors ... see it became
very confusing who does what.

   I have the same question about elements like
"gCal:guestsCanInviteOthers" and "gCal:guestsCanSeeGuests"

   Please, any help on this matter would be very appreciated.
   Thank you.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Calendar Data API" group.
To post to this group, send email to 
[email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/google-calendar-help-dataapi?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to