Change Calendar Properties

Modify an existing calendar overlay's properties and/or styles. Accepts props_patch and/or styles_patch.

How It Works

Use when user wants to change calendar settings (date, skin, colors, typography, effects). Do NOT use add_overlay — this edits a calendar already on the timeline. SKINS (skin ID → description): flip-clock — Retro airport flip-clock, dark bg, mechanical card segments, monospace font. editorial — Clean serif newspaper masthead, light cream bg, thin rules, elegant. glass-morphism — Frosted glass with radial gradients, modern sans-serif, blur, default skin. minimal-mono — Ultra-thin monospaced, hairline border, dark bg, transparent digits. sports-ticker — ESPN-style bold red/orange gradient, yellow month, heavy impact font. handwritten — Sketch/cursive on warm beige, dashed border, organic feel. gradient-wave — Purple→pink animated gradient, vivid colors, wave animation effect. cinematic — Film clapperboard/slate, dark bg, gold accents, diagonal-stripe inspired (Pro). neon-glow — Cyberpunk magenta/cyan neon glow, bloom effects, dark purple bg (Pro). hud — Sci-fi HUD with green scanlines, phosphor green digits, monospace (Pro). PROPS_PATCH KEYS: date: ISO date string (YYYY-MM-DD), e.g. "2026-03-15". size: "sm" | "md" | "lg" — digit block size. monthFormat: "full" (January) | "short" (Jan) | "upper" (JANUARY) | "lower" (january). skin: skin ID from list above — switches entire visual treatment. position: "center" | "top-left" | "top-center" | "top-right" | "bottom-left" | "bottom-center" | "bottom-right". separator: "none" | "dot" | "slash" | "dash" — character between year/month/day segments. digitColor: CSS color (#hex or rgba) — digit text color, overrides skin default. monthColor: CSS color — month text color, overrides skin default. bgColor: CSS color or gradient — container background, overrides skin default. borderColor: CSS border — container border, overrides skin default (e.g. "2px solid #ff0000"). digitBg: CSS color or gradient — digit block background, overrides skin default (e.g. "rgba(255,255,255,0.1)", "transparent"). digitBorder: CSS border — digit block border, overrides skin default (e.g. "1px solid rgba(255,255,255,0.2)", "none"). specialEffect: "scanlines" | "glow" | "grain" | "wave" | "flicker" | null — visual effect overlay, overrides skin default. null removes effect. scale: 50-200 — percentage scale of the calendar. fontFamily: CSS font-family string (e.g. "'Orbitron', sans-serif"). fontWeight: 300-900 — font weight. backdropBlur: CSS blur value (e.g. "8px", "0px"). boxShadow: CSS box-shadow string. borderRadius: CSS radius (e.g. "12px", "0px"). animation: { yearFrames: number, dayFrames: number, easing: "linear" | "outExpo" | "easeInOut" }. STYLES_PATCH KEYS: opacity (0-1), borderRadius, boxShadow, background, padding, transform.

Specifications

Category
Overlays
Execution
instant
Credit Cost
Free
Overlay Types
calendar
Tags
edit, calendar

Example Prompts

change the calendar to March 15
make the calendar neon glow
change calendar to sports ticker skin
add scanlines effect to the calendar
change calendar digit color to red
make the calendar glass style

Required Parameters

overlay_id (integer)
ID of the calendar overlay to modify

Optional Parameters

props_patch (object)
Partial calendar props to merge (date, size, monthFormat, skin, position, separator, digitColor, monthColor, bgColor, borderColor, digitBg, digitBorder, specialEffect, scale, fontFamily, fontWeight, backdropBlur, boxShadow, borderRadius, animation)
styles_patch (object)
Partial CSS styles to merge (opacity, borderRadius, boxShadow, background, padding, transform)
user_text (string)
undefined

Use Cases for Overlays

Add lower-thirds and name titles for YouTube interviews
Layer data visualizations over B-roll for corporate presentations
Place map overlays on travel vlogs to show locations

How to Get Started with Change Calendar Properties

1.Open any project in the 6trim editor or create a new one.
2.Type a prompt in the AI assistant — for example: "change the calendar to March 15".
3.The Change Calendar Properties result appears as a calendar overlay on your timeline. Drag to reposition or resize.

Frequently Asked Questions

Try Change Calendar Properties Free

Type a prompt or use the toolbar. No download required.

Use Change Calendar Properties

More Overlays Tools

Add Overlay
Add a new overlay of any type to the timeline at a specified position. For data visualizations (charts, graphs, KPIs), use add_data_viz instead. For cinematic templates (including intros), use add_cinematic_template or insert_cinematic_as_intro instead.
Insert Cinematic as Intro
Insert any cinematic template at frame 0, shifting all existing overlays forward. Same 37 templates as add_cinematic_template but with intro behavior.
Add Cinematic Template
Add a cinematic template overlay at the playhead. 37 templates across 4 categories (framework, creative FX, newspaper/editorial, social) with media slots, color grading, transitions, and VFX.
Add Data Visualization
Add a data visualization chart overlay at the playhead. 11 chart types across 7 categories with full data customization, theming, and animation.
Change Chart Properties
Modify data, titles, or styling of an existing chart overlay. Shallow-merges props_patch into overlay.props.