Hoogle Search

Within LTS Haskell 24.28 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. id :: AclRule -> Maybe Text

    gogol-apps-calendar Gogol.AppsCalendar.Types

    Identifier of the Access Control List (ACL) rule. See Sharing calendars.

  2. id :: Calendar -> Maybe Text

    gogol-apps-calendar Gogol.AppsCalendar.Types

    Identifier of the calendar. To retrieve IDs call the calendarList.list() method.

  3. id :: CalendarListEntry -> Maybe Text

    gogol-apps-calendar Gogol.AppsCalendar.Types

    Identifier of the calendar.

  4. id :: Channel -> Maybe Text

    gogol-apps-calendar Gogol.AppsCalendar.Types

    A UUID or similar unique string that identifies this channel.

  5. id :: Event -> Maybe Text

    gogol-apps-calendar Gogol.AppsCalendar.Types

    Opaque identifier of the event. When creating new single or recurring events, you can specify their IDs. Provided IDs must follow these rules: - characters allowed in the ID are those used in base32hex encoding, i.e. lowercase letters a-v and digits 0-9, see section 3.1.2 in RFC2938 - the length of the ID must be between 5 and 1024 characters - the ID must be unique per calendar Due to the globally distributed nature of the system, we cannot guarantee that ID collisions will be detected at event creation time. To minimize the risk of collisions we recommend using an established UUID algorithm such as one described in RFC4122. If you do not specify an ID, it will be automatically generated by the server. Note that the icalUID and the id are not identical and only one of them should be supplied at event creation time. One difference in their semantics is that in recurring events, all occurrences of one event have different ids while they all share the same icalUIDs.

  6. id :: Event_Creator -> Maybe Text

    gogol-apps-calendar Gogol.AppsCalendar.Types

    The creator's Profile ID, if available.

  7. id :: Event_Organizer -> Maybe Text

    gogol-apps-calendar Gogol.AppsCalendar.Types

    The organizer's Profile ID, if available.

  8. id :: EventAttendee -> Maybe Text

    gogol-apps-calendar Gogol.AppsCalendar.Types

    The attendee's Profile ID, if available.

  9. id :: FreeBusyRequestItem -> Maybe Text

    gogol-apps-calendar Gogol.AppsCalendar.Types

    The identifier of a calendar or a group.

  10. id :: Setting -> Maybe Text

    gogol-apps-calendar Gogol.AppsCalendar.Types

    The id of the user setting.

Page 37 of many | Previous | Next