AppsPeopleOzExternalMergedpeopleapiCalendar

AI Overview😉

  • The potential purpose of this module is to provide information about a person's calendar, including the type of calendar and its URL. This could be used to help Google understand the person's schedule and availability, which could be useful in search results related to events, meetings, or appointments.
  • This module could impact search results by allowing Google to provide more personalized and relevant results for users who are searching for information related to events or appointments. For example, if a user searches for "upcoming events in [location]", Google could use this module to provide results that are tailored to the user's schedule and availability. Additionally, this module could help Google to better understand the context and intent behind a user's search query, leading to more accurate and relevant results.
  • To be more favorable for this function, a website could ensure that its calendar information is accurately and consistently represented across different platforms and formats. This could include providing clear and concise calendar URLs, using standardized calendar formats, and making sure that calendar information is easily accessible and crawlable by Google's algorithms. Additionally, websites could consider providing additional context and metadata about their calendar events, such as event descriptions, locations, and attendees, to help Google better understand the relevance and importance of these events.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiCalendar (google_api_content_warehouse v0.4.0)

A url to the person's calendar. As of 03/2018 is not supported for user Profile.

Attributes

  • formattedType (type: String.t, default: nil) - The type translated and formatted in the request locale. See go/people-api-howto/localization for details on how to usage.
  • metadata (type: GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiPersonFieldMetadata.t, default: nil) -
  • type (type: String.t, default: nil) - The type of the calendar URL. The type can be free form or one of these predefined values: home freeBusy * work
  • url (type: String.t, default: nil) -

Summary

Types

t()

Functions

decode(value, options)

Unwrap a decoded JSON object into its complex fields.

Types

Link to this type

t()

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiCalendar{
    formattedType: String.t() | nil,
    metadata:
      GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiPersonFieldMetadata.t()
      | nil,
    type: String.t() | nil,
    url: String.t() | nil
  }

Functions

Link to this function

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.