Generates calendar provider URLs for adding events to Google Calendar and Outlook.com.
Summary
Functions
Builds a Google Calendar "add event" URL for the given event.
Builds an Outlook.com "add event" URL for the given event.
Functions
@spec google_url(AddToCalendar.Event.t()) :: String.t()
Builds a Google Calendar "add event" URL for the given event.
@spec outlook_url(AddToCalendar.Event.t()) :: String.t()
Builds an Outlook.com "add event" URL for the given event.