Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

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

  1. showDeleted :: CalendarCalendarListList -> Maybe Bool

    gogol-apps-calendar Gogol.AppsCalendar.Calendar.CalendarList.List

    Whether to include deleted calendar list entries in the result. Optional. The default is False.

  2. showHidden :: CalendarCalendarListList -> Maybe Bool

    gogol-apps-calendar Gogol.AppsCalendar.Calendar.CalendarList.List

    Whether to show hidden entries. Optional. The default is False.

  3. showDeleted :: CalendarCalendarListWatch -> Maybe Bool

    gogol-apps-calendar Gogol.AppsCalendar.Calendar.CalendarList.Watch

    Whether to include deleted calendar list entries in the result. Optional. The default is False.

  4. showHidden :: CalendarCalendarListWatch -> Maybe Bool

    gogol-apps-calendar Gogol.AppsCalendar.Calendar.CalendarList.Watch

    Whether to show hidden entries. Optional. The default is False.

  5. showDeleted :: CalendarEventsInstances -> Maybe Bool

    gogol-apps-calendar Gogol.AppsCalendar.Calendar.Events.Instances

    Whether to include deleted events (with status equals "cancelled") in the result. Cancelled instances of recurring events will still be included if singleEvents is False. Optional. The default is False.

  6. showDeleted :: CalendarEventsList -> Maybe Bool

    gogol-apps-calendar Gogol.AppsCalendar.Calendar.Events.List

    Whether to include deleted events (with status equals "cancelled") in the result. Cancelled instances of recurring events (but not the underlying recurring event) will still be included if showDeleted and singleEvents are both False. If showDeleted and singleEvents are both True, only single instances of deleted events (but not the underlying recurring events) are returned. Optional. The default is False.

  7. showHiddenInvitations :: CalendarEventsList -> Maybe Bool

    gogol-apps-calendar Gogol.AppsCalendar.Calendar.Events.List

    Whether to include hidden invitations in the result. Optional. The default is False.

  8. showDeleted :: CalendarEventsWatch -> Maybe Bool

    gogol-apps-calendar Gogol.AppsCalendar.Calendar.Events.Watch

    Whether to include deleted events (with status equals "cancelled") in the result. Cancelled instances of recurring events (but not the underlying recurring event) will still be included if showDeleted and singleEvents are both False. If showDeleted and singleEvents are both True, only single instances of deleted events (but not the underlying recurring events) are returned. Optional. The default is False.

  9. showHiddenInvitations :: CalendarEventsWatch -> Maybe Bool

    gogol-apps-calendar Gogol.AppsCalendar.Calendar.Events.Watch

    Whether to include hidden invitations in the result. Optional. The default is False.

  10. showAssigned :: TasksTasksList -> Maybe Bool

    gogol-apps-tasks Gogol.AppsTasks

    Optional. Flag indicating whether tasks assigned to the current user are returned in the result. Optional. The default is False.

Page 174 of many | Previous | Next